Color Hex Logo

#e95ded Color Hex

#E95DED
(233,93,237)
0 Favorites   0 Comments

Color spaces of #e95ded

RGB 23393237
HSL0.830.800.65
HSV298°61°93°
CMYK 0.020.610.00   0.07
XYZ52.804731.266883.3727
Yxy31.26680.31540.1867
Hunter Lab55.916770.7114-49.2606
CIE-Lab62.732271.6745-47.2268

#e95ded color RGB value is (233,93,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011101 11101101
Octal 351 135 355
Decimal 233 93 237
Hex E9 5D ED

RGB Percentages of Color #e95ded

%41.39
%16.52
%42.10

CMYK Percentages of Color #e95ded

%2
%61
%0
%7

Triadic Colors of #e95ded

#e95ded #ede95d #5dede9

Analogous Colors of #e95ded

#e95ded #ed5da9 #a15ded

Monochromatic Colors of #e95ded

#e95ded

Complementary Color

#e95ded #61ed5d

#e95ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95ded Color CSS Codes

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

#e95ded Text Font Color

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

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


#e95ded Background Color

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

This div background color is #e95ded


#e95ded Border Color

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

This div border color is #e95ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95ded


Comments

No comments written yet.

Please login to write comment.