Color Hex Logo

#e95bbf Color Hex

#E95BBF
(233,91,191)
0 Favorites   0 Comments

Color spaces of #e95bbf

RGB 23391191
HSL0.880.760.64
HSV318°61°91°
CMYK 0.000.610.18   0.09
XYZ46.749328.567452.3403
Yxy28.56740.36620.2238
Hunter Lab53.448562.5921-20.6468
CIE-Lab60.397965.3820-24.9505

#e95bbf color RGB value is (233,91,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011011 10111111
Octal 351 133 277
Decimal 233 91 191
Hex E9 5B BF

RGB Percentages of Color #e95bbf

%45.24
%17.67
%37.09

CMYK Percentages of Color #e95bbf

%0
%61
%18
%9

Triadic Colors of #e95bbf

#e95bbf #bfe95b #5bbfe9

Analogous Colors of #e95bbf

#e95bbf #e95b78 #cc5be9

Monochromatic Colors of #e95bbf

#e95bbf

Complementary Color

#e95bbf #5be985

#e95bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95bbf Color CSS Codes

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

#e95bbf Text Font Color

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

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


#e95bbf Background Color

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

This div background color is #e95bbf


#e95bbf Border Color

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

This div border color is #e95bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95bbf


Comments

No comments written yet.

Please login to write comment.