Color Hex Logo

#ee8bca Color Hex

#EE8BCA
(238,139,202)
0 Favorites   0 Comments

Color spaces of #ee8bca

RGB 238139202
HSL0.890.740.74
HSV322°42°93°
CMYK 0.000.420.15   0.07
XYZ55.153240.906660.8660
Yxy40.90660.35150.2607
Hunter Lab63.958341.9991-11.6526
CIE-Lab70.110445.8773-16.2873

#ee8bca color RGB value is (238,139,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10001011 11001010
Octal 356 213 312
Decimal 238 139 202
Hex EE 8B CA

RGB Percentages of Color #ee8bca

%41.11
%24.01
%34.89

CMYK Percentages of Color #ee8bca

%0
%42
%15
%7

Triadic Colors of #ee8bca

#ee8bca #caee8b #8bcaee

Analogous Colors of #ee8bca

#ee8bca #ee8b99 #e18bee

Monochromatic Colors of #ee8bca

#ee8bca

Complementary Color

#ee8bca #8beeaf

#ee8bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee8bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee8bca Color CSS Codes

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

#ee8bca Text Font Color

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

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


#ee8bca Background Color

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

This div background color is #ee8bca


#ee8bca Border Color

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

This div border color is #ee8bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee8bca


Comments

No comments written yet.

Please login to write comment.