Color Hex Logo

#e758df Color Hex

#E758DF
(231,88,223)
0 Favorites   0 Comments

Color spaces of #e758df

RGB 23188223
HSL0.840.750.63
HSV303°62°91°
CMYK 0.000.620.03   0.09
XYZ49.764029.296172.8439
Yxy29.29610.32760.1929
Hunter Lab54.125969.3948-41.9058
CIE-Lab61.042170.9134-42.0895

#e758df color RGB value is (231,88,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01011000 11011111
Octal 347 130 337
Decimal 231 88 223
Hex E7 58 DF

RGB Percentages of Color #e758df

%42.62
%16.24
%41.14

CMYK Percentages of Color #e758df

%0
%62
%3
%9

Triadic Colors of #e758df

#e758df #dfe758 #58dfe7

Analogous Colors of #e758df

#e758df #e75898 #a858e7

Monochromatic Colors of #e758df

#e758df

Complementary Color

#e758df #58e760

#e758df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e758df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e758df Color CSS Codes

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

#e758df Text Font Color

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

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


#e758df Background Color

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

This div background color is #e758df


#e758df Border Color

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

This div border color is #e758df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e758df


Comments

No comments written yet.

Please login to write comment.