Color Hex Logo

#ee728b Color Hex

#EE728B
(238,114,139)
0 Favorites   0 Comments

Color spaces of #ee728b

RGB 238114139
HSL0.970.780.69
HSV348°52°93°
CMYK 0.000.520.42   0.07
XYZ45.937432.075928.1962
Yxy32.07590.43250.3020
Hunter Lab56.635645.669910.1272
CIE-Lab63.405650.11999.4267

#ee728b color RGB value is (238,114,139).

#ee728b hex color red value is 238, green value is 114 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ee728b hue: 0.97 , saturation: 0.78 and the lightness value of ee728b is 0.69.

The process color (four color CMYK) of #ee728b color hex is 0.00, 0.52, 0.42, 0.07. Web safe color of #ee728b is #ff6699. Color #ee728b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110010 10001011
Octal 356 162 213
Decimal 238 114 139
Hex EE 72 8B

RGB Percentages of Color #ee728b

%48.47
%23.22
%28.31

CMYK Percentages of Color #ee728b

%0
%52
%42
%7

Triadic Colors of #ee728b

#ee728b #8bee72 #728bee

Analogous Colors of #ee728b

#ee728b #ee9772 #ee72c9

Monochromatic Colors of #ee728b

#ee728b

Complementary Color

#ee728b #72eed5

#ee728b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee728b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee728b Color CSS Codes

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

#ee728b Text Font Color

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

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


#ee728b Background Color

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

This div background color is #ee728b


#ee728b Border Color

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

This div border color is #ee728b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee728b


Comments

No comments written yet.

Please login to write comment.