color codes Logo

#a35ed7 color codes

#A35ED7
(163,94,215)
0 Favorites   0 Comments

Color spaces of #a35ed7

RGB 16394215
HSL0.760.600.61
HSV274°56°84°
CMYK 0.240.560.00   0.16
XYZ31.372720.698266.6316
Yxy20.69820.26430.1744
Hunter Lab45.495343.4736-54.9884
CIE-Lab52.617649.7820-51.4934

#a35ed7 color RGB value is (163,94,215).

#a35ed7 hex color red value is 163, green value is 94 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #a35ed7 hue: 0.76 , saturation: 0.60 and the lightness value of a35ed7 is 0.61.

The process color (four color CMYK) of #a35ed7 color code is 0.24, 0.56, 0.00, 0.16. Web safe color of #a35ed7 is #9966cc. Color #a35ed7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011110 11010111
Octal 243 136 327
Decimal 163 94 215
Hex A3 5E D7

RGB Percentages of Color #a35ed7

%34.53
%19.92
%45.55

CMYK Percentages of Color #a35ed7

%24
%56
%0
%16

Triadic Colors of #a35ed7

#a35ed7 #d7a35e #5ed7a3

Analogous Colors of #a35ed7

#a35ed7 #d75ecf #675ed7

Monochromatic Colors of #a35ed7

#a35ed7

Complementary Color

#a35ed7 #92d75e

#a35ed7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35ed7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35ed7 Color CSS Codes

.mybgcolor {background-color:#a35ed7; } 
.myforecolor {color:#a35ed7; }
.mybordercolor {border:3px solid #a35ed7; }

#a35ed7 Text Font Color

<p style="color:#a35ed7">Text here</p>

This sample text font color is #a35ed7
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a35ed7 Background Color

<div style="background-color:#a35ed7">
Div content here</div>

This div background color is #a35ed7


#a35ed7 Border Color

<div style="border:3px solid #a35ed7">
Div here</div>

This div border color is #a35ed7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,94,215, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a35ed7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a35ed7;
  -webkit-box-shadow: 1px 1px 3px 2px #a35ed7;
  box-shadow:         1px 1px 3px 2px #a35ed7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,94,215, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a35ed7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a35ed7;
  -webkit-box-shadow: 1px 1px 3px 2px #a35ed7;
  box-shadow:         1px 1px 3px 2px #a35ed7;">
Div content here</div>

This div box has shadow with color #a35ed7


Comments

No comments written yet.

Please login to write comment.