Color Hex Logo

#ee7185 Color Hex

#EE7185
(238,113,133)
0 Favorites   0 Comments

Color spaces of #ee7185

RGB 238113133
HSL0.970.790.69
HSV350°53°93°
CMYK 0.000.530.44   0.07
XYZ45.398731.680925.9125
Yxy31.68090.44080.3076
Hunter Lab56.285845.473512.1045
CIE-Lab63.078349.990812.4014

#ee7185 color RGB value is (238,113,133).

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

The process color (four color CMYK) of #ee7185 color hex is 0.00, 0.53, 0.44, 0.07. Web safe color of #ee7185 is #ff6699. Color #ee7185 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110001 10000101
Octal 356 161 205
Decimal 238 113 133
Hex EE 71 85

RGB Percentages of Color #ee7185

%49.17
%23.35
%27.48

CMYK Percentages of Color #ee7185

%0
%53
%44
%7

Triadic Colors of #ee7185

#ee7185 #85ee71 #7185ee

Analogous Colors of #ee7185

#ee7185 #ee9c71 #ee71c4

Monochromatic Colors of #ee7185

#ee7185

Complementary Color

#ee7185 #71eeda

#ee7185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee7185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee7185 Color CSS Codes

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

#ee7185 Text Font Color

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

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


#ee7185 Background Color

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

This div background color is #ee7185


#ee7185 Border Color

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

This div border color is #ee7185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee7185


Comments

No comments written yet.

Please login to write comment.