Color Hex Logo

#ee257c Color Hex

#EE257C
(238,37,124)
0 Favorites   0 Comments

Color spaces of #ee257c

RGB 23837124
HSL0.930.860.54
HSV334°84°93°
CMYK 0.000.840.48   0.07
XYZ39.559620.955521.0286
Yxy20.95550.48510.2570
Hunter Lab45.777274.14564.8081
CIE-Lab52.900876.32823.1885

#ee257c color RGB value is (238,37,124).

#ee257c hex color red value is 238, green value is 37 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ee257c hue: 0.93 , saturation: 0.86 and the lightness value of ee257c is 0.54.

The process color (four color CMYK) of #ee257c color hex is 0.00, 0.84, 0.48, 0.07. Web safe color of #ee257c is #ff3366. Color #ee257c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00100101 01111100
Octal 356 45 174
Decimal 238 37 124
Hex EE 25 7C

RGB Percentages of Color #ee257c

%59.65
%9.27
%31.08

CMYK Percentages of Color #ee257c

%0
%84
%48
%7

Triadic Colors of #ee257c

#ee257c #7cee25 #257cee

Analogous Colors of #ee257c

#ee257c #ee3225 #ee25e1

Monochromatic Colors of #ee257c

#ee257c

Complementary Color

#ee257c #25ee97

#ee257c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee257c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee257c Color CSS Codes

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

#ee257c Text Font Color

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

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


#ee257c Background Color

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

This div background color is #ee257c


#ee257c Border Color

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

This div border color is #ee257c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee257c


Comments

No comments written yet.

Please login to write comment.