Color Hex Logo

#ca11ad Color Hex

#CA11AD
(202,17,173)
0 Favorites   0 Comments

Color spaces of #ca11ad

RGB 20217173
HSL0.860.840.43
HSV309°92°79°
CMYK 0.000.920.14   0.21
XYZ32.100415.974640.9267
Yxy15.97460.36070.1795
Hunter Lab39.968273.4175-32.7340
CIE-Lab46.941176.9008-35.8182

#ca11ad color RGB value is (202,17,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010001 10101101
Octal 312 21 255
Decimal 202 17 173
Hex CA 11 AD

RGB Percentages of Color #ca11ad

%51.53
%4.34
%44.13

CMYK Percentages of Color #ca11ad

%0
%92
%14
%21

Triadic Colors of #ca11ad

#ca11ad #adca11 #11adca

Analogous Colors of #ca11ad

#ca11ad #ca1151 #8b11ca

Monochromatic Colors of #ca11ad

#ca11ad

Complementary Color

#ca11ad #11ca2e

#ca11ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca11ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca11ad Color CSS Codes

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

#ca11ad Text Font Color

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

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


#ca11ad Background Color

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

This div background color is #ca11ad


#ca11ad Border Color

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

This div border color is #ca11ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca11ad


Comments

No comments written yet.

Please login to write comment.