Color Hex Logo

#e858df Color Hex

#E858DF
(232,88,223)
0 Favorites   0 Comments

Color spaces of #e858df

RGB 23288223
HSL0.840.760.63
HSV304°62°91°
CMYK 0.000.620.04   0.09
XYZ50.087729.463072.8590
Yxy29.46300.32860.1933
Hunter Lab54.279869.7244-41.5882
CIE-Lab61.188171.1559-41.8498

#e858df color RGB value is (232,88,223).

#e858df hex color red value is 232, green value is 88 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e858df hue: 0.84 , saturation: 0.76 and the lightness value of e858df is 0.63.

The process color (four color CMYK) of #e858df color hex is 0.00, 0.62, 0.04, 0.09. Web safe color of #e858df is #ff66cc. Color #e858df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01011000 11011111
Octal 350 130 337
Decimal 232 88 223
Hex E8 58 DF

RGB Percentages of Color #e858df

%42.73
%16.21
%41.07

CMYK Percentages of Color #e858df

%0
%62
%4
%9

Triadic Colors of #e858df

#e858df #dfe858 #58dfe8

Analogous Colors of #e858df

#e858df #e85897 #a958e8

Monochromatic Colors of #e858df

#e858df

Complementary Color

#e858df #58e861

#e858df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e858df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e858df Color CSS Codes

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

#e858df Text Font Color

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

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


#e858df Background Color

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

This div background color is #e858df


#e858df Border Color

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

This div border color is #e858df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e858df


Comments

No comments written yet.

Please login to write comment.