Color Hex Logo

#ca009d Color Hex

#CA009D
(202,0,157)
0 Favorites   0 Comments

Color spaces of #ca009d

RGB 2020157
HSL0.871.000.40
HSV313°100°79°
CMYK 0.001.000.22   0.21
XYZ30.442914.990933.1873
Yxy14.99090.38720.1907
Hunter Lab38.718172.5927-23.7179
CIE-Lab45.621776.4887-28.3522

#ca009d color RGB value is (202,0,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00000000 10011101
Octal 312 0 235
Decimal 202 0 157
Hex CA 0 9D

RGB Percentages of Color #ca009d

%56.27
%0.00
%43.73

CMYK Percentages of Color #ca009d

%0
%100
%22
%21

Triadic Colors of #ca009d

#ca009d #9dca00 #009dca

Analogous Colors of #ca009d

#ca009d #ca0038 #9200ca

Monochromatic Colors of #ca009d

#ca009d

Complementary Color

#ca009d #00ca2d

#ca009d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca009d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca009d Color CSS Codes

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

#ca009d Text Font Color

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

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


#ca009d Background Color

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

This div background color is #ca009d


#ca009d Border Color

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

This div border color is #ca009d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca009d


Comments

No comments written yet.

Please login to write comment.