Color Hex Logo

#ad04cb Color Hex

#AD04CB
(173,4,203)
0 Favorites   0 Comments

Color spaces of #ad04cb

RGB 1734203
HSL0.810.960.41
HSV291°98°80°
CMYK 0.150.980.00   0.20
XYZ28.056513.282957.5850
Yxy13.28290.28360.1343
Hunter Lab36.445773.6322-68.1675
CIE-Lab43.186477.8023-59.6928

#ad04cb color RGB value is (173,4,203).

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

The process color (four color CMYK) of #ad04cb color hex is 0.15, 0.98, 0.00, 0.20. Web safe color of #ad04cb is #9900cc. Color #ad04cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000100 11001011
Octal 255 4 313
Decimal 173 4 203
Hex AD 4 CB

RGB Percentages of Color #ad04cb

%45.53
%1.05
%53.42

CMYK Percentages of Color #ad04cb

%15
%98
%0
%20

Triadic Colors of #ad04cb

#ad04cb #cbad04 #04cbad

Analogous Colors of #ad04cb

#ad04cb #cb0486 #4904cb

Monochromatic Colors of #ad04cb

#ad04cb

Complementary Color

#ad04cb #22cb04

#ad04cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad04cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad04cb Color CSS Codes

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

#ad04cb Text Font Color

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

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


#ad04cb Background Color

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

This div background color is #ad04cb


#ad04cb Border Color

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

This div border color is #ad04cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad04cb


Comments

No comments written yet.

Please login to write comment.