Color Hex Logo

#ee257d Color Hex

#EE257D
(238,37,125)
0 Favorites   0 Comments

Color spaces of #ee257d

RGB 23837125
HSL0.930.860.54
HSV334°84°93°
CMYK 0.000.840.47   0.07
XYZ39.623120.980921.3634
Yxy20.98090.48340.2560
Hunter Lab45.804974.25114.4106
CIE-Lab52.928676.40792.6262

#ee257d color RGB value is (238,37,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00100101 01111101
Octal 356 45 175
Decimal 238 37 125
Hex EE 25 7D

RGB Percentages of Color #ee257d

%59.50
%9.25
%31.25

CMYK Percentages of Color #ee257d

%0
%84
%47
%7

Triadic Colors of #ee257d

#ee257d #7dee25 #257dee

Analogous Colors of #ee257d

#ee257d #ee3225 #ee25e2

Monochromatic Colors of #ee257d

#ee257d

Complementary Color

#ee257d #25ee96

#ee257d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee257d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee257d Color CSS Codes

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

#ee257d Text Font Color

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

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


#ee257d Background Color

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

This div background color is #ee257d


#ee257d Border Color

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

This div border color is #ee257d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee257d


Comments

No comments written yet.

Please login to write comment.