Color Hex Logo

#e96acb Color Hex

#E96ACB
(233,106,203)
0 Favorites   0 Comments

Color spaces of #e96acb

RGB 233106203
HSL0.870.740.66
HSV314°55°91°
CMYK 0.000.550.13   0.09
XYZ49.537831.943560.0547
Yxy31.94350.35000.2257
Hunter Lab56.518657.5454-23.4365
CIE-Lab63.296260.5859-27.3008

#e96acb color RGB value is (233,106,203).

#e96acb hex color red value is 233, green value is 106 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e96acb hue: 0.87 , saturation: 0.74 and the lightness value of e96acb is 0.66.

The process color (four color CMYK) of #e96acb color hex is 0.00, 0.55, 0.13, 0.09. Web safe color of #e96acb is #ff66cc. Color #e96acb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01101010 11001011
Octal 351 152 313
Decimal 233 106 203
Hex E9 6A CB

RGB Percentages of Color #e96acb

%42.99
%19.56
%37.45

CMYK Percentages of Color #e96acb

%0
%55
%13
%9

Triadic Colors of #e96acb

#e96acb #cbe96a #6acbe9

Analogous Colors of #e96acb

#e96acb #e96a8c #c86ae9

Monochromatic Colors of #e96acb

#e96acb

Complementary Color

#e96acb #6ae988

#e96acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e96acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e96acb Color CSS Codes

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

#e96acb Text Font Color

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

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


#e96acb Background Color

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

This div background color is #e96acb


#e96acb Border Color

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

This div border color is #e96acb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,106,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e96acb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e96acb;
  -webkit-box-shadow: 1px 1px 3px 2px #e96acb;
  box-shadow:         1px 1px 3px 2px #e96acb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,106,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e96acb


Comments

No comments written yet.

Please login to write comment.