Color Hex Logo

#ca10ad Color Hex

#CA10AD
(202,16,173)
0 Favorites   0 Comments

Color spaces of #ca10ad

RGB 20216173
HSL0.860.850.43
HSV309°92°79°
CMYK 0.000.920.14   0.21
XYZ32.085215.944340.9216
Yxy15.94430.36070.1792
Hunter Lab39.930373.5520-32.8107
CIE-Lab46.901377.0175-35.8808

#ca10ad color RGB value is (202,16,173).

#ca10ad hex color red value is 202, green value is 16 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ca10ad hue: 0.86 , saturation: 0.85 and the lightness value of ca10ad is 0.43.

The process color (four color CMYK) of #ca10ad color hex is 0.00, 0.92, 0.14, 0.21. Web safe color of #ca10ad is #cc0099. Color #ca10ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010000 10101101
Octal 312 20 255
Decimal 202 16 173
Hex CA 10 AD

RGB Percentages of Color #ca10ad

%51.66
%4.09
%44.25

CMYK Percentages of Color #ca10ad

%0
%92
%14
%21

Triadic Colors of #ca10ad

#ca10ad #adca10 #10adca

Analogous Colors of #ca10ad

#ca10ad #ca1050 #8a10ca

Monochromatic Colors of #ca10ad

#ca10ad

Complementary Color

#ca10ad #10ca2d

#ca10ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca10ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca10ad Color CSS Codes

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

#ca10ad Text Font Color

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

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


#ca10ad Background Color

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

This div background color is #ca10ad


#ca10ad Border Color

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

This div border color is #ca10ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca10ad


Comments

No comments written yet.

Please login to write comment.