Color Hex Logo

#ad05ca Color Hex

#AD05CA
(173,5,202)
0 Favorites   0 Comments

Color spaces of #ad05ca

RGB 1735202
HSL0.810.950.41
HSV291°98°79°
CMYK 0.140.980.00   0.21
XYZ27.948513.257056.9629
Yxy13.25700.28470.1350
Hunter Lab36.410273.2991-67.2708
CIE-Lab43.148077.5405-59.1746

#ad05ca color RGB value is (173,5,202).

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

The process color (four color CMYK) of #ad05ca color hex is 0.14, 0.98, 0.00, 0.21. Web safe color of #ad05ca is #9900cc. Color #ad05ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000101 11001010
Octal 255 5 312
Decimal 173 5 202
Hex AD 5 CA

RGB Percentages of Color #ad05ca

%45.53
%1.32
%53.16

CMYK Percentages of Color #ad05ca

%14
%98
%0
%21

Triadic Colors of #ad05ca

#ad05ca #caad05 #05caad

Analogous Colors of #ad05ca

#ad05ca #ca0585 #4a05ca

Monochromatic Colors of #ad05ca

#ad05ca

Complementary Color

#ad05ca #22ca05

#ad05ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad05ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad05ca Color CSS Codes

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

#ad05ca Text Font Color

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

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


#ad05ca Background Color

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

This div background color is #ad05ca


#ad05ca Border Color

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

This div border color is #ad05ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,5,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad05ca


Comments

No comments written yet.

Please login to write comment.