Color Hex Logo

#e85ddc Color Hex

#E85DDC
(232,93,220)
0 Favorites   0 Comments

Color spaces of #e85ddc

RGB 23293220
HSL0.850.750.64
HSV305°60°91°
CMYK 0.000.600.05   0.09
XYZ50.111330.151870.8889
Yxy30.15180.33150.1995
Hunter Lab54.910766.8049-38.1051
CIE-Lab61.785068.6465-39.2295

#e85ddc color RGB value is (232,93,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01011101 11011100
Octal 350 135 334
Decimal 232 93 220
Hex E8 5D DC

RGB Percentages of Color #e85ddc

%42.57
%17.06
%40.37

CMYK Percentages of Color #e85ddc

%0
%60
%5
%9

Triadic Colors of #e85ddc

#e85ddc #dce85d #5ddce8

Analogous Colors of #e85ddc

#e85ddc #e85d97 #af5de8

Monochromatic Colors of #e85ddc

#e85ddc

Complementary Color

#e85ddc #5de869

#e85ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e85ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e85ddc Color CSS Codes

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

#e85ddc Text Font Color

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

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


#e85ddc Background Color

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

This div background color is #e85ddc


#e85ddc Border Color

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

This div border color is #e85ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e85ddc


Comments

No comments written yet.

Please login to write comment.