Color Hex Logo

#e95bed Color Hex

#E95BED
(233,91,237)
0 Favorites   0 Comments

Color spaces of #e95bed

RGB 23391237
HSL0.830.800.64
HSV298°62°93°
CMYK 0.020.620.00   0.07
XYZ52.631430.920283.3150
Yxy30.92020.31540.1853
Hunter Lab55.605971.6411-49.9107
CIE-Lab62.440272.4829-47.6880

#e95bed color RGB value is (233,91,237).

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

The process color (four color CMYK) of #e95bed color hex is 0.02, 0.62, 0.00, 0.07. Web safe color of #e95bed is #ff66ff. Color #e95bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011011 11101101
Octal 351 133 355
Decimal 233 91 237
Hex E9 5B ED

RGB Percentages of Color #e95bed

%41.53
%16.22
%42.25

CMYK Percentages of Color #e95bed

%2
%62
%0
%7

Triadic Colors of #e95bed

#e95bed #ede95b #5bede9

Analogous Colors of #e95bed

#e95bed #ed5ba8 #a05bed

Monochromatic Colors of #e95bed

#e95bed

Complementary Color

#e95bed #5fed5b

#e95bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95bed Color CSS Codes

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

#e95bed Text Font Color

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

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


#e95bed Background Color

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

This div background color is #e95bed


#e95bed Border Color

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

This div border color is #e95bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95bed


Comments

No comments written yet.

Please login to write comment.