Color Hex Logo

#ca0eae Color Hex

#CA0EAE
(202,14,174)
0 Favorites   0 Comments

Color spaces of #ca0eae

RGB 20214174
HSL0.860.870.42
HSV309°93°79°
CMYK 0.000.930.14   0.21
XYZ32.154115.926641.4238
Yxy15.92660.35920.1779
Hunter Lab39.908173.9787-33.6061
CIE-Lab46.878077.3669-36.5090

#ca0eae color RGB value is (202,14,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00001110 10101110
Octal 312 16 256
Decimal 202 14 174
Hex CA E AE

RGB Percentages of Color #ca0eae

%51.79
%3.59
%44.62

CMYK Percentages of Color #ca0eae

%0
%93
%14
%21

Triadic Colors of #ca0eae

#ca0eae #aeca0e #0eaeca

Analogous Colors of #ca0eae

#ca0eae #ca0e50 #880eca

Monochromatic Colors of #ca0eae

#ca0eae

Complementary Color

#ca0eae #0eca2a

#ca0eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca0eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca0eae Color CSS Codes

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

#ca0eae Text Font Color

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

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


#ca0eae Background Color

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

This div background color is #ca0eae


#ca0eae Border Color

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

This div border color is #ca0eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca0eae


Comments

No comments written yet.

Please login to write comment.