Color Hex Logo

#e976cb Color Hex

#E976CB
(233,118,203)
0 Favorites   0 Comments

Color spaces of #e976cb

RGB 233118203
HSL0.880.720.69
HSV316°49°91°
CMYK 0.000.490.13   0.09
XYZ50.862234.592360.4962
Yxy34.59230.34850.2370
Hunter Lab58.815251.4365-19.8139
CIE-Lab65.430054.9427-24.0227

#e976cb color RGB value is (233,118,203).

#e976cb hex color red value is 233, green value is 118 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e976cb hue: 0.88 , saturation: 0.72 and the lightness value of e976cb is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110110 11001011
Octal 351 166 313
Decimal 233 118 203
Hex E9 76 CB

RGB Percentages of Color #e976cb

%42.06
%21.30
%36.64

CMYK Percentages of Color #e976cb

%0
%49
%13
%9

Triadic Colors of #e976cb

#e976cb #cbe976 #76cbe9

Analogous Colors of #e976cb

#e976cb #e97692 #ce76e9

Monochromatic Colors of #e976cb

#e976cb

Complementary Color

#e976cb #76e994

#e976cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e976cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e976cb Color CSS Codes

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

#e976cb Text Font Color

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

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


#e976cb Background Color

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

This div background color is #e976cb


#e976cb Border Color

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

This div border color is #e976cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e976cb


Comments

No comments written yet.

Please login to write comment.