Color Hex Logo

#e75ded Color Hex

#E75DED
(231,93,237)
0 Favorites   0 Comments

Color spaces of #e75ded

RGB 23193237
HSL0.830.800.65
HSV298°61°93°
CMYK 0.030.610.00   0.07
XYZ52.155430.932183.3424
Yxy30.93210.31340.1859
Hunter Lab55.616670.0622-49.9154
CIE-Lab62.450371.1980-47.6907

#e75ded color RGB value is (231,93,237).

#e75ded hex color red value is 231, green value is 93 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e75ded hue: 0.83 , saturation: 0.80 and the lightness value of e75ded is 0.65.

The process color (four color CMYK) of #e75ded color hex is 0.03, 0.61, 0.00, 0.07. Web safe color of #e75ded is #ff66ff. Color #e75ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01011101 11101101
Octal 347 135 355
Decimal 231 93 237
Hex E7 5D ED

RGB Percentages of Color #e75ded

%41.18
%16.58
%42.25

CMYK Percentages of Color #e75ded

%3
%61
%0
%7

Triadic Colors of #e75ded

#e75ded #ede75d #5dede7

Analogous Colors of #e75ded

#e75ded #ed5dab #9f5ded

Monochromatic Colors of #e75ded

#e75ded

Complementary Color

#e75ded #63ed5d

#e75ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e75ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#e75ded Color CSS Codes

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

#e75ded Text Font Color

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

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


#e75ded Background Color

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

This div background color is #e75ded


#e75ded Border Color

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

This div border color is #e75ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e75ded


Comments

No comments written yet.

Please login to write comment.