Color Hex Logo

#e959bc Color Hex

#E959BC
(233,89,188)
0 Favorites   0 Comments

Color spaces of #e959bc

RGB 23389188
HSL0.890.770.63
HSV319°62°91°
CMYK 0.000.620.19   0.09
XYZ46.253828.099250.5628
Yxy28.09920.37030.2249
Hunter Lab53.008762.9886-19.4482
CIE-Lab59.978365.7916-23.8800

#e959bc color RGB value is (233,89,188).

#e959bc hex color red value is 233, green value is 89 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e959bc hue: 0.89 , saturation: 0.77 and the lightness value of e959bc is 0.63.

The process color (four color CMYK) of #e959bc color hex is 0.00, 0.62, 0.19, 0.09. Web safe color of #e959bc is #ff66cc. Color #e959bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011001 10111100
Octal 351 131 274
Decimal 233 89 188
Hex E9 59 BC

RGB Percentages of Color #e959bc

%45.69
%17.45
%36.86

CMYK Percentages of Color #e959bc

%0
%62
%19
%9

Triadic Colors of #e959bc

#e959bc #bce959 #59bce9

Analogous Colors of #e959bc

#e959bc #e95974 #ce59e9

Monochromatic Colors of #e959bc

#e959bc

Complementary Color

#e959bc #59e986

#e959bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e959bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e959bc Color CSS Codes

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

#e959bc Text Font Color

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

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


#e959bc Background Color

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

This div background color is #e959bc


#e959bc Border Color

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

This div border color is #e959bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e959bc


Comments

No comments written yet.

Please login to write comment.