Color Hex Logo

#e85ddb Color Hex

#E85DDB
(232,93,219)
0 Favorites   0 Comments

Color spaces of #e85ddb

RGB 23293219
HSL0.850.750.64
HSV306°60°91°
CMYK 0.000.600.06   0.09
XYZ49.979230.099070.1933
Yxy30.09900.33260.2003
Hunter Lab54.862666.6021-37.4542
CIE-Lab61.739568.4871-38.7390

#e85ddb color RGB value is (232,93,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01011101 11011011
Octal 350 135 333
Decimal 232 93 219
Hex E8 5D DB

RGB Percentages of Color #e85ddb

%42.65
%17.10
%40.26

CMYK Percentages of Color #e85ddb

%0
%60
%6
%9

Triadic Colors of #e85ddb

#e85ddb #dbe85d #5ddbe8

Analogous Colors of #e85ddb

#e85ddb #e85d96 #b05de8

Monochromatic Colors of #e85ddb

#e85ddb

Complementary Color

#e85ddb #5de86a

#e85ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e85ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e85ddb Color CSS Codes

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

#e85ddb Text Font Color

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

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


#e85ddb Background Color

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

This div background color is #e85ddb


#e85ddb Border Color

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

This div border color is #e85ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e85ddb


Comments

No comments written yet.

Please login to write comment.