Color Hex Logo

#ea5699 Color Hex

#EA5699
(234,86,153)
0 Favorites   0 Comments

Color spaces of #ea5699

RGB 23486153
HSL0.920.780.63
HSV333°63°92°
CMYK 0.000.630.35   0.08
XYZ43.009226.447932.9751
Yxy26.44790.41990.2582
Hunter Lab51.427559.2826-2.0172
CIE-Lab58.459862.9169-5.9301

#ea5699 color RGB value is (234,86,153).

#ea5699 hex color red value is 234, green value is 86 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #ea5699 hue: 0.92 , saturation: 0.78 and the lightness value of ea5699 is 0.63.

The process color (four color CMYK) of #ea5699 color hex is 0.00, 0.63, 0.35, 0.08. Web safe color of #ea5699 is #ff6699. Color #ea5699 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010110 10011001
Octal 352 126 231
Decimal 234 86 153
Hex EA 56 99

RGB Percentages of Color #ea5699

%49.47
%18.18
%32.35

CMYK Percentages of Color #ea5699

%0
%63
%35
%8

Triadic Colors of #ea5699

#ea5699 #99ea56 #5699ea

Analogous Colors of #ea5699

#ea5699 #ea5d56 #ea56e3

Monochromatic Colors of #ea5699

#ea5699

Complementary Color

#ea5699 #56eaa7

#ea5699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5699 Color CSS Codes

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

#ea5699 Text Font Color

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

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


#ea5699 Background Color

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

This div background color is #ea5699


#ea5699 Border Color

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

This div border color is #ea5699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5699


Comments

No comments written yet.

Please login to write comment.