Color Hex Logo

#ea5ecc Color Hex

#EA5ECC
(234,94,204)
0 Favorites   0 Comments

Color spaces of #ea5ecc

RGB 23494204
HSL0.870.770.64
HSV313°60°92°
CMYK 0.000.600.13   0.08
XYZ48.833529.857560.3160
Yxy29.85750.35130.2148
Hunter Lab54.642063.9017-27.1972
CIE-Lab61.531166.2780-30.5816

#ea5ecc color RGB value is (234,94,204).

#ea5ecc hex color red value is 234, green value is 94 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ea5ecc hue: 0.87 , saturation: 0.77 and the lightness value of ea5ecc is 0.64.

The process color (four color CMYK) of #ea5ecc color hex is 0.00, 0.60, 0.13, 0.08. Web safe color of #ea5ecc is #ff66cc. Color #ea5ecc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011110 11001100
Octal 352 136 314
Decimal 234 94 204
Hex EA 5E CC

RGB Percentages of Color #ea5ecc

%43.98
%17.67
%38.35

CMYK Percentages of Color #ea5ecc

%0
%60
%13
%8

Triadic Colors of #ea5ecc

#ea5ecc #ccea5e #5eccea

Analogous Colors of #ea5ecc

#ea5ecc #ea5e86 #c25eea

Monochromatic Colors of #ea5ecc

#ea5ecc

Complementary Color

#ea5ecc #5eea7c

#ea5ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5ecc Color CSS Codes

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

#ea5ecc Text Font Color

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

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


#ea5ecc Background Color

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

This div background color is #ea5ecc


#ea5ecc Border Color

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

This div border color is #ea5ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5ecc


Comments

No comments written yet.

Please login to write comment.