Color Hex Logo

#ee276d Color Hex

#EE276D
(238,39,109)
0 Favorites   0 Comments

Color spaces of #ee276d

RGB 23839109
HSL0.940.850.54
HSV339°84°93°
CMYK 0.000.840.54   0.07
XYZ38.745720.732316.4276
Yxy20.73230.51040.2731
Hunter Lab45.532772.210810.4819
CIE-Lab52.655374.808411.8993

#ee276d color RGB value is (238,39,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00100111 01101101
Octal 356 47 155
Decimal 238 39 109
Hex EE 27 6D

RGB Percentages of Color #ee276d

%61.66
%10.10
%28.24

CMYK Percentages of Color #ee276d

%0
%84
%54
%7

Triadic Colors of #ee276d

#ee276d #6dee27 #276dee

Analogous Colors of #ee276d

#ee276d #ee4427 #ee27d1

Monochromatic Colors of #ee276d

#ee276d

Complementary Color

#ee276d #27eea8

#ee276d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee276d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee276d Color CSS Codes

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

#ee276d Text Font Color

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

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


#ee276d Background Color

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

This div background color is #ee276d


#ee276d Border Color

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

This div border color is #ee276d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee276d


Comments

No comments written yet.

Please login to write comment.