Color Hex Logo

#e758dd Color Hex

#E758DD
(231,88,221)
0 Favorites   0 Comments

Color spaces of #e758dd

RGB 23188221
HSL0.840.750.63
HSV304°62°91°
CMYK 0.000.620.04   0.09
XYZ49.495929.188871.4319
Yxy29.18880.32970.1944
Hunter Lab54.026768.9841-40.5722
CIE-Lab60.947970.5943-41.1142

#e758dd color RGB value is (231,88,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01011000 11011101
Octal 347 130 335
Decimal 231 88 221
Hex E7 58 DD

RGB Percentages of Color #e758dd

%42.78
%16.30
%40.93

CMYK Percentages of Color #e758dd

%0
%62
%4
%9

Triadic Colors of #e758dd

#e758dd #dde758 #58dde7

Analogous Colors of #e758dd

#e758dd #e75896 #aa58e7

Monochromatic Colors of #e758dd

#e758dd

Complementary Color

#e758dd #58e762

#e758dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e758dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e758dd Color CSS Codes

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

#e758dd Text Font Color

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

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


#e758dd Background Color

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

This div background color is #e758dd


#e758dd Border Color

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

This div border color is #e758dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e758dd


Comments

No comments written yet.

Please login to write comment.