Color Hex Logo

#ee276a Color Hex

#EE276A
(238,39,106)
0 Favorites   0 Comments

Color spaces of #ee276a

RGB 23839106
HSL0.940.850.54
HSV340°84°93°
CMYK 0.000.840.55   0.07
XYZ38.586920.668815.5914
Yxy20.66880.51550.2761
Hunter Lab45.463071.942611.4907
CIE-Lab52.585174.603613.6164

#ee276a color RGB value is (238,39,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00100111 01101010
Octal 356 47 152
Decimal 238 39 106
Hex EE 27 6A

RGB Percentages of Color #ee276a

%62.14
%10.18
%27.68

CMYK Percentages of Color #ee276a

%0
%84
%55
%7

Triadic Colors of #ee276a

#ee276a #6aee27 #276aee

Analogous Colors of #ee276a

#ee276a #ee4727 #ee27ce

Monochromatic Colors of #ee276a

#ee276a

Complementary Color

#ee276a #27eeab

#ee276a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee276a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee276a Color CSS Codes

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

#ee276a Text Font Color

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

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


#ee276a Background Color

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

This div background color is #ee276a


#ee276a Border Color

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

This div border color is #ee276a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee276a


Comments

No comments written yet.

Please login to write comment.