Color Hex Logo

#e15ded Color Hex

#E15DED
(225,93,237)
0 Favorites   0 Comments

Color spaces of #e15ded

RGB 22593237
HSL0.820.800.65
HSV295°61°93°
CMYK 0.050.610.00   0.07
XYZ50.251729.950783.2533
Yxy29.95070.30740.1832
Hunter Lab54.727268.1298-51.8853
CIE-Lab61.611769.7704-49.0714

#e15ded color RGB value is (225,93,237).

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

The process color (four color CMYK) of #e15ded color hex is 0.05, 0.61, 0.00, 0.07. Web safe color of #e15ded is #cc66ff. Color #e15ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011101 11101101
Octal 341 135 355
Decimal 225 93 237
Hex E1 5D ED

RGB Percentages of Color #e15ded

%40.54
%16.76
%42.70

CMYK Percentages of Color #e15ded

%5
%61
%0
%7

Triadic Colors of #e15ded

#e15ded #ede15d #5dede1

Analogous Colors of #e15ded

#e15ded #ed5db1 #995ded

Monochromatic Colors of #e15ded

#e15ded

Complementary Color

#e15ded #69ed5d

#e15ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15ded Color CSS Codes

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

#e15ded Text Font Color

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

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


#e15ded Background Color

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

This div background color is #e15ded


#e15ded Border Color

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

This div border color is #e15ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15ded


Comments

No comments written yet.

Please login to write comment.