Color Hex Logo

#ee275b Color Hex

#EE275B
(238,39,91)
0 Favorites   0 Comments

Color spaces of #ee275b

RGB 2383991
HSL0.960.850.54
HSV344°84°93°
CMYK 0.000.840.62   0.07
XYZ37.873720.383511.8358
Yxy20.38350.54030.2908
Hunter Lab45.148170.730416.0605
CIE-Lab52.268173.675022.2536

#ee275b color RGB value is (238,39,91).

#ee275b hex color red value is 238, green value is 39 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ee275b hue: 0.96 , saturation: 0.85 and the lightness value of ee275b is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00100111 01011011
Octal 356 47 133
Decimal 238 39 91
Hex EE 27 5B

RGB Percentages of Color #ee275b

%64.67
%10.60
%24.73

CMYK Percentages of Color #ee275b

%0
%84
%62
%7

Triadic Colors of #ee275b

#ee275b #5bee27 #275bee

Analogous Colors of #ee275b

#ee275b #ee5727 #ee27bf

Monochromatic Colors of #ee275b

#ee275b

Complementary Color

#ee275b #27eeba

#ee275b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee275b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee275b Color CSS Codes

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

#ee275b Text Font Color

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

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


#ee275b Background Color

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

This div background color is #ee275b


#ee275b Border Color

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

This div border color is #ee275b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee275b


Comments

No comments written yet.

Please login to write comment.