Color Hex Logo

#e95ced Color Hex

#E95CED
(233,92,237)
0 Favorites   0 Comments

Color spaces of #e95ced

RGB 23392237
HSL0.830.800.65
HSV298°61°93°
CMYK 0.020.610.00   0.07
XYZ52.717531.092483.3437
Yxy31.09240.31540.1860
Hunter Lab55.760671.1776-49.5867
CIE-Lab62.585672.0802-47.4584

#e95ced color RGB value is (233,92,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011100 11101101
Octal 351 134 355
Decimal 233 92 237
Hex E9 5C ED

RGB Percentages of Color #e95ced

%41.46
%16.37
%42.17

CMYK Percentages of Color #e95ced

%2
%61
%0
%7

Triadic Colors of #e95ced

#e95ced #ede95c #5cede9

Analogous Colors of #e95ced

#e95ced #ed5ca9 #a15ced

Monochromatic Colors of #e95ced

#e95ced

Complementary Color

#e95ced #60ed5c

#e95ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95ced Color CSS Codes

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

#e95ced Text Font Color

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

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


#e95ced Background Color

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

This div background color is #e95ced


#e95ced Border Color

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

This div border color is #e95ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95ced


Comments

No comments written yet.

Please login to write comment.