Color Hex Logo

#ee254b Color Hex

#EE254B
(238,37,75)
0 Favorites   0 Comments

Color spaces of #ee254b

RGB 2383775
HSL0.970.860.54
HSV349°84°93°
CMYK 0.000.840.68   0.07
XYZ37.191520.00838.5584
Yxy20.00830.56560.3043
Hunter Lab44.730670.136019.9674
CIE-Lab51.846673.269131.3045

#ee254b color RGB value is (238,37,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00100101 01001011
Octal 356 45 113
Decimal 238 37 75
Hex EE 25 4B

RGB Percentages of Color #ee254b

%68.00
%10.57
%21.43

CMYK Percentages of Color #ee254b

%0
%84
%68
%7

Triadic Colors of #ee254b

#ee254b #4bee25 #254bee

Analogous Colors of #ee254b

#ee254b #ee6425 #ee25b0

Monochromatic Colors of #ee254b

#ee254b

Complementary Color

#ee254b #25eec8

#ee254b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee254b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee254b Color CSS Codes

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

#ee254b Text Font Color

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

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


#ee254b Background Color

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

This div background color is #ee254b


#ee254b Border Color

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

This div border color is #ee254b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee254b


Comments

No comments written yet.

Please login to write comment.