Color Hex Logo

#ee5794 Color Hex

#EE5794
(238,87,148)
0 Favorites   0 Comments

Color spaces of #ee5794

RGB 23887148
HSL0.930.820.64
HSV336°63°93°
CMYK 0.000.630.38   0.07
XYZ44.013427.131730.9341
Yxy27.13170.43120.2658
Hunter Lab52.088159.67481.2505
CIE-Lab59.096063.1390-2.0029

#ee5794 color RGB value is (238,87,148).

#ee5794 hex color red value is 238, green value is 87 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #ee5794 hue: 0.93 , saturation: 0.82 and the lightness value of ee5794 is 0.64.

The process color (four color CMYK) of #ee5794 color hex is 0.00, 0.63, 0.38, 0.07. Web safe color of #ee5794 is #ff6699. Color #ee5794 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01010111 10010100
Octal 356 127 224
Decimal 238 87 148
Hex EE 57 94

RGB Percentages of Color #ee5794

%50.32
%18.39
%31.29

CMYK Percentages of Color #ee5794

%0
%63
%38
%7

Triadic Colors of #ee5794

#ee5794 #94ee57 #5794ee

Analogous Colors of #ee5794

#ee5794 #ee6657 #ee57e0

Monochromatic Colors of #ee5794

#ee5794

Complementary Color

#ee5794 #57eeb1

#ee5794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee5794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee5794 Color CSS Codes

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

#ee5794 Text Font Color

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

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


#ee5794 Background Color

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

This div background color is #ee5794


#ee5794 Border Color

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

This div border color is #ee5794


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,87,148, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ee5794; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ee5794;
  -webkit-box-shadow: 1px 1px 3px 2px #ee5794;
  box-shadow:         1px 1px 3px 2px #ee5794; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,87,148, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee5794


Comments

No comments written yet.

Please login to write comment.