Color Hex Logo

#ee8bbc Color Hex

#EE8BBC
(238,139,188)
0 Favorites   0 Comments

Color spaces of #ee8bbc

RGB 238139188
HSL0.920.740.74
HSV330°42°93°
CMYK 0.000.420.21   0.07
XYZ53.569640.273252.5270
Yxy40.27320.36600.2751
Hunter Lab63.461239.6205-4.6517
CIE-Lab69.663743.7727-9.1611

#ee8bbc color RGB value is (238,139,188).

#ee8bbc hex color red value is 238, green value is 139 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ee8bbc hue: 0.92 , saturation: 0.74 and the lightness value of ee8bbc is 0.74.

The process color (four color CMYK) of #ee8bbc color hex is 0.00, 0.42, 0.21, 0.07. Web safe color of #ee8bbc is #ff99cc. Color #ee8bbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10001011 10111100
Octal 356 213 274
Decimal 238 139 188
Hex EE 8B BC

RGB Percentages of Color #ee8bbc

%42.12
%24.60
%33.27

CMYK Percentages of Color #ee8bbc

%0
%42
%21
%7

Triadic Colors of #ee8bbc

#ee8bbc #bcee8b #8bbcee

Analogous Colors of #ee8bbc

#ee8bbc #ee8c8b #ee8bee

Monochromatic Colors of #ee8bbc

#ee8bbc

Complementary Color

#ee8bbc #8beebd

#ee8bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee8bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee8bbc Color CSS Codes

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

#ee8bbc Text Font Color

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

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


#ee8bbc Background Color

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

This div background color is #ee8bbc


#ee8bbc Border Color

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

This div border color is #ee8bbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,139,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 #ee8bbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee8bbc


Comments

No comments written yet.

Please login to write comment.