Color Hex Logo

#ea3caf Color Hex

#EA3CAF
(234,60,175)
0 Favorites   0 Comments

Color spaces of #ea3caf

RGB 23460175
HSL0.890.810.58
HSV320°74°92°
CMYK 0.000.740.25   0.08
XYZ43.285423.819342.8736
Yxy23.81930.39360.2166
Hunter Lab48.805072.9037-17.9208
CIE-Lab55.906474.7427-22.6142

#ea3caf color RGB value is (234,60,175).

#ea3caf hex color red value is 234, green value is 60 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ea3caf hue: 0.89 , saturation: 0.81 and the lightness value of ea3caf is 0.58.

The process color (four color CMYK) of #ea3caf color hex is 0.00, 0.74, 0.25, 0.08. Web safe color of #ea3caf is #ff3399. Color #ea3caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00111100 10101111
Octal 352 74 257
Decimal 234 60 175
Hex EA 3C AF

RGB Percentages of Color #ea3caf

%49.89
%12.79
%37.31

CMYK Percentages of Color #ea3caf

%0
%74
%25
%8

Triadic Colors of #ea3caf

#ea3caf #afea3c #3cafea

Analogous Colors of #ea3caf

#ea3caf #ea3c58 #ce3cea

Monochromatic Colors of #ea3caf

#ea3caf

Complementary Color

#ea3caf #3cea77

#ea3caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea3caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea3caf Color CSS Codes

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

#ea3caf Text Font Color

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

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


#ea3caf Background Color

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

This div background color is #ea3caf


#ea3caf Border Color

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

This div border color is #ea3caf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,60,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 #ea3caf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea3caf


Comments

No comments written yet.

Please login to write comment.