Color Hex Logo

#ca0ead Color Hex

#CA0EAD
(202,14,173)
0 Favorites   0 Comments

Color spaces of #ca0ead

RGB 20214173
HSL0.860.870.42
HSV309°93°79°
CMYK 0.000.930.14   0.21
XYZ32.057015.887840.9122
Yxy15.88780.36080.1788
Hunter Lab39.859573.8045-32.9542
CIE-Lab46.826977.2361-35.9980

#ca0ead color RGB value is (202,14,173).

#ca0ead hex color red value is 202, green value is 14 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ca0ead hue: 0.86 , saturation: 0.87 and the lightness value of ca0ead is 0.42.

The process color (four color CMYK) of #ca0ead color hex is 0.00, 0.93, 0.14, 0.21. Web safe color of #ca0ead is #cc0099. Color #ca0ead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00001110 10101101
Octal 312 16 255
Decimal 202 14 173
Hex CA E AD

RGB Percentages of Color #ca0ead

%51.93
%3.60
%44.47

CMYK Percentages of Color #ca0ead

%0
%93
%14
%21

Triadic Colors of #ca0ead

#ca0ead #adca0e #0eadca

Analogous Colors of #ca0ead

#ca0ead #ca0e4f #890eca

Monochromatic Colors of #ca0ead

#ca0ead

Complementary Color

#ca0ead #0eca2b

#ca0ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca0ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca0ead Color CSS Codes

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

#ca0ead Text Font Color

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

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


#ca0ead Background Color

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

This div background color is #ca0ead


#ca0ead Border Color

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

This div border color is #ca0ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca0ead


Comments

No comments written yet.

Please login to write comment.