Color Hex Logo

#e95bda Color Hex

#E95BDA
(233,91,218)
0 Favorites   0 Comments

Color spaces of #e95bda

RGB 23391218
HSL0.850.760.64
HSV306°61°91°
CMYK 0.000.610.06   0.09
XYZ50.000229.867869.4594
Yxy29.86780.33480.2000
Hunter Lab54.651467.6683-37.0988
CIE-Lab61.540069.4038-38.4788

#e95bda color RGB value is (233,91,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011011 11011010
Octal 351 133 332
Decimal 233 91 218
Hex E9 5B DA

RGB Percentages of Color #e95bda

%42.99
%16.79
%40.22

CMYK Percentages of Color #e95bda

%0
%61
%6
%9

Triadic Colors of #e95bda

#e95bda #dae95b #5bdae9

Analogous Colors of #e95bda

#e95bda #e95b93 #b15be9

Monochromatic Colors of #e95bda

#e95bda

Complementary Color

#e95bda #5be96a

#e95bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95bda Color CSS Codes

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

#e95bda Text Font Color

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

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


#e95bda Background Color

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

This div background color is #e95bda


#e95bda Border Color

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

This div border color is #e95bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95bda


Comments

No comments written yet.

Please login to write comment.