Color Hex Logo

#ea0caf Color Hex

#EA0CAF
(234,12,175)
0 Favorites   0 Comments

Color spaces of #ea0caf

RGB 23412175
HSL0.880.900.48
HSV316°95°92°
CMYK 0.000.950.25   0.08
XYZ41.801020.850542.3788
Yxy20.85050.39800.1985
Hunter Lab45.662383.4964-23.0629
CIE-Lab52.785583.7464-27.4290

#ea0caf color RGB value is (234,12,175).

#ea0caf hex color red value is 234, green value is 12 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ea0caf hue: 0.88 , saturation: 0.90 and the lightness value of ea0caf is 0.48.

The process color (four color CMYK) of #ea0caf color hex is 0.00, 0.95, 0.25, 0.08. Web safe color of #ea0caf is #ff0099. Color #ea0caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00001100 10101111
Octal 352 14 257
Decimal 234 12 175
Hex EA C AF

RGB Percentages of Color #ea0caf

%55.58
%2.85
%41.57

CMYK Percentages of Color #ea0caf

%0
%95
%25
%8

Triadic Colors of #ea0caf

#ea0caf #afea0c #0cafea

Analogous Colors of #ea0caf

#ea0caf #ea0c40 #b60cea

Monochromatic Colors of #ea0caf

#ea0caf

Complementary Color

#ea0caf #0cea47

#ea0caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea0caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea0caf Color CSS Codes

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

#ea0caf Text Font Color

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

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


#ea0caf Background Color

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

This div background color is #ea0caf


#ea0caf Border Color

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

This div border color is #ea0caf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,12,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ea0caf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ea0caf;
  -webkit-box-shadow: 1px 1px 3px 2px #ea0caf;
  box-shadow:         1px 1px 3px 2px #ea0caf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,12,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea0caf


Comments

No comments written yet.

Please login to write comment.