Color Hex Logo

#ca009e Color Hex

#CA009E
(202,0,158)
0 Favorites   0 Comments

Color spaces of #ca009e

RGB 2020158
HSL0.871.000.40
HSV313°100°79°
CMYK 0.001.000.22   0.21
XYZ30.528715.025233.6389
Yxy15.02520.38550.1897
Hunter Lab38.762472.7500-24.3196
CIE-Lab45.668776.6073-28.8790

#ca009e color RGB value is (202,0,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00000000 10011110
Octal 312 0 236
Decimal 202 0 158
Hex CA 0 9E

RGB Percentages of Color #ca009e

%56.11
%0.00
%43.89

CMYK Percentages of Color #ca009e

%0
%100
%22
%21

Triadic Colors of #ca009e

#ca009e #9eca00 #009eca

Analogous Colors of #ca009e

#ca009e #ca0039 #9100ca

Monochromatic Colors of #ca009e

#ca009e

Complementary Color

#ca009e #00ca2c

#ca009e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca009e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca009e Color CSS Codes

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

#ca009e Text Font Color

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

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


#ca009e Background Color

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

This div background color is #ca009e


#ca009e Border Color

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

This div border color is #ca009e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca009e


Comments

No comments written yet.

Please login to write comment.