Color Hex Logo

#ee5cbb Color Hex

#EE5CBB
(238,92,187)
0 Favorites   0 Comments

Color spaces of #ee5cbb

RGB 23892187
HSL0.890.810.65
HSV321°61°93°
CMYK 0.000.610.21   0.07
XYZ48.056729.419350.1593
Yxy29.41930.37650.2305
Hunter Lab54.239663.2332-16.8621
CIE-Lab61.149965.7862-21.4469

#ee5cbb color RGB value is (238,92,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01011100 10111011
Octal 356 134 273
Decimal 238 92 187
Hex EE 5C BB

RGB Percentages of Color #ee5cbb

%46.03
%17.79
%36.17

CMYK Percentages of Color #ee5cbb

%0
%61
%21
%7

Triadic Colors of #ee5cbb

#ee5cbb #bbee5c #5cbbee

Analogous Colors of #ee5cbb

#ee5cbb #ee5c72 #d85cee

Monochromatic Colors of #ee5cbb

#ee5cbb

Complementary Color

#ee5cbb #5cee8f

#ee5cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee5cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee5cbb Color CSS Codes

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

#ee5cbb Text Font Color

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

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


#ee5cbb Background Color

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

This div background color is #ee5cbb


#ee5cbb Border Color

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

This div border color is #ee5cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee5cbb


Comments

No comments written yet.

Please login to write comment.