Color Hex Logo

#ee4ebc Color Hex

#EE4EBC
(238,78,188)
0 Favorites   0 Comments

Color spaces of #ee4ebc

RGB 23878188
HSL0.890.820.62
HSV319°67°93°
CMYK 0.000.670.21   0.07
XYZ47.061427.256850.3576
Yxy27.25680.37750.2186
Hunter Lab52.208069.5395-20.6429
CIE-Lab59.211371.3733-24.9926

#ee4ebc color RGB value is (238,78,188).

#ee4ebc hex color red value is 238, green value is 78 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ee4ebc hue: 0.89 , saturation: 0.82 and the lightness value of ee4ebc is 0.62.

The process color (four color CMYK) of #ee4ebc color hex is 0.00, 0.67, 0.21, 0.07. Web safe color of #ee4ebc is #ff66cc. Color #ee4ebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01001110 10111100
Octal 356 116 274
Decimal 238 78 188
Hex EE 4E BC

RGB Percentages of Color #ee4ebc

%47.22
%15.48
%37.30

CMYK Percentages of Color #ee4ebc

%0
%67
%21
%7

Triadic Colors of #ee4ebc

#ee4ebc #bcee4e #4ebcee

Analogous Colors of #ee4ebc

#ee4ebc #ee4e6c #d04eee

Monochromatic Colors of #ee4ebc

#ee4ebc

Complementary Color

#ee4ebc #4eee80

#ee4ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee4ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee4ebc Color CSS Codes

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

#ee4ebc Text Font Color

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

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


#ee4ebc Background Color

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

This div background color is #ee4ebc


#ee4ebc Border Color

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

This div border color is #ee4ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee4ebc


Comments

No comments written yet.

Please login to write comment.