Color Hex Logo

#e75dde Color Hex

#E75DDE
(231,93,222)
0 Favorites   0 Comments

Color spaces of #e75dde

RGB 23193222
HSL0.840.740.64
HSV304°60°91°
CMYK 0.000.600.04   0.09
XYZ50.054230.091672.2773
Yxy30.09160.32840.1974
Hunter Lab54.855866.8780-39.7207
CIE-Lab61.733268.7163-40.4432

#e75dde color RGB value is (231,93,222).

#e75dde hex color red value is 231, green value is 93 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e75dde hue: 0.84 , saturation: 0.74 and the lightness value of e75dde is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01011101 11011110
Octal 347 135 336
Decimal 231 93 222
Hex E7 5D DE

RGB Percentages of Color #e75dde

%42.31
%17.03
%40.66

CMYK Percentages of Color #e75dde

%0
%60
%4
%9

Triadic Colors of #e75dde

#e75dde #dee75d #5ddee7

Analogous Colors of #e75dde

#e75dde #e75d99 #ab5de7

Monochromatic Colors of #e75dde

#e75dde

Complementary Color

#e75dde #5de766

#e75dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e75dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e75dde Color CSS Codes

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

#e75dde Text Font Color

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

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


#e75dde Background Color

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

This div background color is #e75dde


#e75dde Border Color

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

This div border color is #e75dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e75dde


Comments

No comments written yet.

Please login to write comment.