Color Hex Logo

#e575ed Color Hex

#E575ED
(229,117,237)
0 Favorites   0 Comments

Color spaces of #e575ed

RGB 229117237
HSL0.820.770.69
HSV296°51°93°
CMYK 0.030.510.00   0.07
XYZ53.960535.495084.1280
Yxy35.49500.31090.2045
Hunter Lab59.577757.4095-42.0174
CIE-Lab66.132259.9965-41.9155

#e575ed color RGB value is (229,117,237).

#e575ed hex color red value is 229, green value is 117 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e575ed hue: 0.82 , saturation: 0.77 and the lightness value of e575ed is 0.69.

The process color (four color CMYK) of #e575ed color hex is 0.03, 0.51, 0.00, 0.07. Web safe color of #e575ed is #cc66ff. Color #e575ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110101 11101101
Octal 345 165 355
Decimal 229 117 237
Hex E5 75 ED

RGB Percentages of Color #e575ed

%39.28
%20.07
%40.65

CMYK Percentages of Color #e575ed

%3
%51
%0
%7

Triadic Colors of #e575ed

#e575ed #ede575 #75ede5

Analogous Colors of #e575ed

#e575ed #ed75b9 #a975ed

Monochromatic Colors of #e575ed

#e575ed

Complementary Color

#e575ed #7ded75

#e575ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e575ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e575ed Color CSS Codes

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

#e575ed Text Font Color

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

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


#e575ed Background Color

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

This div background color is #e575ed


#e575ed Border Color

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

This div border color is #e575ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e575ed


Comments

No comments written yet.

Please login to write comment.