Color Hex Logo

#ee254d Color Hex

#EE254D
(238,37,77)
0 Favorites   0 Comments

Color spaces of #ee254d

RGB 2383777
HSL0.970.860.54
HSV348°84°93°
CMYK 0.000.840.68   0.07
XYZ37.261020.03618.9247
Yxy20.03610.56270.3026
Hunter Lab44.761770.255819.5118
CIE-Lab51.878073.361430.1534

#ee254d color RGB value is (238,37,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00100101 01001101
Octal 356 45 115
Decimal 238 37 77
Hex EE 25 4D

RGB Percentages of Color #ee254d

%67.61
%10.51
%21.88

CMYK Percentages of Color #ee254d

%0
%84
%68
%7

Triadic Colors of #ee254d

#ee254d #4dee25 #254dee

Analogous Colors of #ee254d

#ee254d #ee6125 #ee25b2

Monochromatic Colors of #ee254d

#ee254d

Complementary Color

#ee254d #25eec6

#ee254d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee254d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee254d Color CSS Codes

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

#ee254d Text Font Color

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

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


#ee254d Background Color

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

This div background color is #ee254d


#ee254d Border Color

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

This div border color is #ee254d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee254d


Comments

No comments written yet.

Please login to write comment.