Color Hex Logo

#e959bf Color Hex

#E959BF
(233,89,191)
0 Favorites   0 Comments

Color spaces of #e959bf

RGB 23389191
HSL0.880.770.63
HSV318°62°91°
CMYK 0.000.620.18   0.09
XYZ46.580628.230052.2841
Yxy28.23000.36650.2221
Hunter Lab53.131963.5096-21.1516
CIE-Lab60.096066.2083-25.4150

#e959bf color RGB value is (233,89,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011001 10111111
Octal 351 131 277
Decimal 233 89 191
Hex E9 59 BF

RGB Percentages of Color #e959bf

%45.42
%17.35
%37.23

CMYK Percentages of Color #e959bf

%0
%62
%18
%9

Triadic Colors of #e959bf

#e959bf #bfe959 #59bfe9

Analogous Colors of #e959bf

#e959bf #e95977 #cb59e9

Monochromatic Colors of #e959bf

#e959bf

Complementary Color

#e959bf #59e983

#e959bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e959bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e959bf Color CSS Codes

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

#e959bf Text Font Color

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

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


#e959bf Background Color

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

This div background color is #e959bf


#e959bf Border Color

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

This div border color is #e959bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e959bf


Comments

No comments written yet.

Please login to write comment.