Color Hex Logo

#ca008e Color Hex

#CA008E
(202,0,142)
0 Favorites   0 Comments

Color spaces of #ca008e

RGB 2020142
HSL0.881.000.40
HSV318°100°79°
CMYK 0.001.000.30   0.21
XYZ29.239614.509626.8507
Yxy14.50960.41420.2055
Hunter Lab38.091570.3593-15.1295
CIE-Lab44.955174.7942-20.3236

#ca008e color RGB value is (202,0,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00000000 10001110
Octal 312 0 216
Decimal 202 0 142
Hex CA 0 8E

RGB Percentages of Color #ca008e

%58.72
%0.00
%41.28

CMYK Percentages of Color #ca008e

%0
%100
%30
%21

Triadic Colors of #ca008e

#ca008e #8eca00 #008eca

Analogous Colors of #ca008e

#ca008e #ca0029 #a100ca

Monochromatic Colors of #ca008e

#ca008e

Complementary Color

#ca008e #00ca3c

#ca008e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca008e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca008e Color CSS Codes

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

#ca008e Text Font Color

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

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


#ca008e Background Color

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

This div background color is #ca008e


#ca008e Border Color

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

This div border color is #ca008e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca008e


Comments

No comments written yet.

Please login to write comment.