Color Hex Logo

#e75edc Color Hex

#E75EDC
(231,94,220)
0 Favorites   0 Comments

Color spaces of #e75edc

RGB 23194220
HSL0.850.740.64
HSV305°59°91°
CMYK 0.000.590.05   0.09
XYZ49.876030.161670.9032
Yxy30.16160.33040.1998
Hunter Lab54.919665.9981-38.1019
CIE-Lab61.793467.9770-39.2267

#e75edc color RGB value is (231,94,220).

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

The process color (four color CMYK) of #e75edc color hex is 0.00, 0.59, 0.05, 0.09. Web safe color of #e75edc is #ff66cc. Color #e75edc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01011110 11011100
Octal 347 136 334
Decimal 231 94 220
Hex E7 5E DC

RGB Percentages of Color #e75edc

%42.39
%17.25
%40.37

CMYK Percentages of Color #e75edc

%0
%59
%5
%9

Triadic Colors of #e75edc

#e75edc #dce75e #5edce7

Analogous Colors of #e75edc

#e75edc #e75e98 #ae5ee7

Monochromatic Colors of #e75edc

#e75edc

Complementary Color

#e75edc #5ee769

#e75edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e75edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e75edc Color CSS Codes

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

#e75edc Text Font Color

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

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


#e75edc Background Color

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

This div background color is #e75edc


#e75edc Border Color

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

This div border color is #e75edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e75edc


Comments

No comments written yet.

Please login to write comment.