Color Hex Logo

#e85ddd Color Hex

#E85DDD
(232,93,221)
0 Favorites   0 Comments

Color spaces of #e85ddd

RGB 23293221
HSL0.850.750.64
HSV305°60°91°
CMYK 0.000.600.05   0.09
XYZ50.244230.205071.5886
Yxy30.20500.33050.1987
Hunter Lab54.959167.0083-38.7586
CIE-Lab61.830768.8062-39.7192

#e85ddd color RGB value is (232,93,221).

#e85ddd hex color red value is 232, green value is 93 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e85ddd hue: 0.85 , saturation: 0.75 and the lightness value of e85ddd is 0.64.

The process color (four color CMYK) of #e85ddd color hex is 0.00, 0.60, 0.05, 0.09. Web safe color of #e85ddd is #ff66cc. Color #e85ddd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01011101 11011101
Octal 350 135 335
Decimal 232 93 221
Hex E8 5D DD

RGB Percentages of Color #e85ddd

%42.49
%17.03
%40.48

CMYK Percentages of Color #e85ddd

%0
%60
%5
%9

Triadic Colors of #e85ddd

#e85ddd #dde85d #5ddde8

Analogous Colors of #e85ddd

#e85ddd #e85d98 #ae5de8

Monochromatic Colors of #e85ddd

#e85ddd

Complementary Color

#e85ddd #5de868

#e85ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e85ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e85ddd Color CSS Codes

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

#e85ddd Text Font Color

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

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


#e85ddd Background Color

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

This div background color is #e85ddd


#e85ddd Border Color

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

This div border color is #e85ddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,93,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e85ddd


Comments

No comments written yet.

Please login to write comment.