Color Hex Logo

#ee5ebe Color Hex

#EE5EBE
(238,94,190)
0 Favorites   0 Comments

Color spaces of #ee5ebe

RGB 23894190
HSL0.890.810.65
HSV320°61°93°
CMYK 0.000.610.20   0.07
XYZ48.556929.900351.9273
Yxy29.90030.37240.2293
Hunter Lab54.681262.8160-18.0272
CIE-Lab61.568165.3609-22.5198

#ee5ebe color RGB value is (238,94,190).

#ee5ebe hex color red value is 238, green value is 94 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ee5ebe hue: 0.89 , saturation: 0.81 and the lightness value of ee5ebe is 0.65.

The process color (four color CMYK) of #ee5ebe color hex is 0.00, 0.61, 0.20, 0.07. Web safe color of #ee5ebe is #ff66cc. Color #ee5ebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01011110 10111110
Octal 356 136 276
Decimal 238 94 190
Hex EE 5E BE

RGB Percentages of Color #ee5ebe

%45.59
%18.01
%36.40

CMYK Percentages of Color #ee5ebe

%0
%61
%20
%7

Triadic Colors of #ee5ebe

#ee5ebe #beee5e #5ebeee

Analogous Colors of #ee5ebe

#ee5ebe #ee5e76 #d65eee

Monochromatic Colors of #ee5ebe

#ee5ebe

Complementary Color

#ee5ebe #5eee8e

#ee5ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee5ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee5ebe Color CSS Codes

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

#ee5ebe Text Font Color

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

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


#ee5ebe Background Color

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

This div background color is #ee5ebe


#ee5ebe Border Color

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

This div border color is #ee5ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee5ebe


Comments

No comments written yet.

Please login to write comment.