Color Hex Logo

#ca006c Color Hex

#CA006C
(202,0,108)
0 Favorites   0 Comments

Color spaces of #ca006c

RGB 2020108
HSL0.911.000.40
HSV328°100°79°
CMYK 0.001.000.47   0.21
XYZ27.063913.639315.3936
Yxy13.63930.48240.2431
Hunter Lab36.931466.17751.1390
CIE-Lab43.711171.5674-1.2391

#ca006c color RGB value is (202,0,108).

#ca006c hex color red value is 202, green value is 0 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ca006c hue: 0.91 , saturation: 1.00 and the lightness value of ca006c is 0.40.

The process color (four color CMYK) of #ca006c color hex is 0.00, 1.00, 0.47, 0.21. Web safe color of #ca006c is #cc0066. Color #ca006c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00000000 01101100
Octal 312 0 154
Decimal 202 0 108
Hex CA 0 6C

RGB Percentages of Color #ca006c

%65.16
%0.00
%34.84

CMYK Percentages of Color #ca006c

%0
%100
%47
%21

Triadic Colors of #ca006c

#ca006c #6cca00 #006cca

Analogous Colors of #ca006c

#ca006c #ca0007 #c300ca

Monochromatic Colors of #ca006c

#ca006c

Complementary Color

#ca006c #00ca5e

#ca006c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca006c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca006c Color CSS Codes

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

#ca006c Text Font Color

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

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


#ca006c Background Color

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

This div background color is #ca006c


#ca006c Border Color

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

This div border color is #ca006c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca006c

#ca006c Color Palettes


Comments

No comments written yet.

Please login to write comment.