Color Hex Logo

#a407cb Color Hex

#A407CB
(164,7,203)
0 Favorites   0 Comments

Color spaces of #a407cb

RGB 1647203
HSL0.800.930.41
HSV288°97°80°
CMYK 0.190.970.00   0.20
XYZ26.165312.356357.5058
Yxy12.35630.27250.1287
Hunter Lab35.151571.3526-72.3888
CIE-Lab41.776976.2230-62.0489

#a407cb color RGB value is (164,7,203).

#a407cb hex color red value is 164, green value is 7 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a407cb hue: 0.80 , saturation: 0.93 and the lightness value of a407cb is 0.41.

The process color (four color CMYK) of #a407cb color hex is 0.19, 0.97, 0.00, 0.20. Web safe color of #a407cb is #9900cc. Color #a407cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00000111 11001011
Octal 244 7 313
Decimal 164 7 203
Hex A4 7 CB

RGB Percentages of Color #a407cb

%43.85
%1.87
%54.28

CMYK Percentages of Color #a407cb

%19
%97
%0
%20

Triadic Colors of #a407cb

#a407cb #cba407 #07cba4

Analogous Colors of #a407cb

#a407cb #cb0790 #4207cb

Monochromatic Colors of #a407cb

#a407cb

Complementary Color

#a407cb #2ecb07

#a407cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a407cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a407cb Color CSS Codes

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

#a407cb Text Font Color

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

This sample text font color is #a407cb
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.


#a407cb Background Color

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

This div background color is #a407cb


#a407cb Border Color

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

This div border color is #a407cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,7,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a407cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a407cb;
  -webkit-box-shadow: 1px 1px 3px 2px #a407cb;
  box-shadow:         1px 1px 3px 2px #a407cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,7,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a407cb


Comments

No comments written yet.

Please login to write comment.