Color Hex Logo

#ca006a Color Hex

#CA006A
(202,0,106)
0 Favorites   0 Comments

Color spaces of #ca006a

RGB 2020106
HSL0.911.000.40
HSV329°100°79°
CMYK 0.001.000.48   0.21
XYZ26.958613.597214.8393
Yxy13.59720.48670.2455
Hunter Lab36.874465.96991.9521
CIE-Lab43.649671.4053-0.0793

#ca006a color RGB value is (202,0,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00000000 01101010
Octal 312 0 152
Decimal 202 0 106
Hex CA 0 6A

RGB Percentages of Color #ca006a

%65.58
%0.00
%34.42

CMYK Percentages of Color #ca006a

%0
%100
%48
%21

Triadic Colors of #ca006a

#ca006a #6aca00 #006aca

Analogous Colors of #ca006a

#ca006a #ca0005 #c500ca

Monochromatic Colors of #ca006a

#ca006a

Complementary Color

#ca006a #00ca60

#ca006a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca006a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca006a Color CSS Codes

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

#ca006a Text Font Color

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

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


#ca006a Background Color

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

This div background color is #ca006a


#ca006a Border Color

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

This div border color is #ca006a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca006a


Comments

No comments written yet.

Please login to write comment.