color codes Logo

#a804cb color codes

#A804CB
(168,4,203)
0 Favorites   0 Comments

Color spaces of #a804cb

RGB 1684203
HSL0.800.960.41
HSV289°98°80°
CMYK 0.170.980.00   0.20
XYZ26.971412.723557.5342
Yxy12.72350.27740.1309
Hunter Lab35.670072.5478-70.6632
CIE-Lab42.343677.0866-61.0983

#a804cb color RGB value is (168,4,203).

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

The process color (four color CMYK) of #a804cb color code is 0.17, 0.98, 0.00, 0.20. Web safe color of #a804cb is #9900cc. Color #a804cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00000100 11001011
Octal 250 4 313
Decimal 168 4 203
Hex A8 4 CB

RGB Percentages of Color #a804cb

%44.80
%1.07
%54.13

CMYK Percentages of Color #a804cb

%17
%98
%0
%20

Triadic Colors of #a804cb

#a804cb #cba804 #04cba8

Analogous Colors of #a804cb

#a804cb #cb048b #4404cb

Monochromatic Colors of #a804cb

#a804cb

Complementary Color

#a804cb #27cb04

#a804cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a804cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a804cb Color CSS Codes

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

#a804cb Text Font Color

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

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


#a804cb Background Color

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

This div background color is #a804cb


#a804cb Border Color

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

This div border color is #a804cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,4,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 #a804cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a804cb


Comments

No comments written yet.

Please login to write comment.