Color Hex Logo

#ca009b Color Hex

#CA009B
(202,0,155)
0 Favorites   0 Comments

Color spaces of #ca009b

RGB 2020155
HSL0.871.000.40
HSV314°100°79°
CMYK 0.001.000.23   0.21
XYZ30.273514.923132.2952
Yxy14.92310.39070.1926
Hunter Lab38.630472.2818-22.5254
CIE-Lab45.528776.2540-27.2956

#ca009b color RGB value is (202,0,155).

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

The process color (four color CMYK) of #ca009b color hex is 0.00, 1.00, 0.23, 0.21. Web safe color of #ca009b is #cc0099. Color #ca009b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00000000 10011011
Octal 312 0 233
Decimal 202 0 155
Hex CA 0 9B

RGB Percentages of Color #ca009b

%56.58
%0.00
%43.42

CMYK Percentages of Color #ca009b

%0
%100
%23
%21

Triadic Colors of #ca009b

#ca009b #9bca00 #009bca

Analogous Colors of #ca009b

#ca009b #ca0036 #9400ca

Monochromatic Colors of #ca009b

#ca009b

Complementary Color

#ca009b #00ca2f

#ca009b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca009b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca009b Color CSS Codes

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

#ca009b Text Font Color

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

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


#ca009b Background Color

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

This div background color is #ca009b


#ca009b Border Color

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

This div border color is #ca009b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca009b


Comments

No comments written yet.

Please login to write comment.