Color Hex Logo

#e10575 Color Hex

#E10575
(225,5,117)
0 Favorites   0 Comments

Color spaces of #e10575

RGB 2255117
HSL0.920.960.45
HSV329°98°88°
CMYK 0.000.980.48   0.12
XYZ34.316517.400418.3796
Yxy17.40040.48960.2482
Hunter Lab41.713873.84673.0758
CIE-Lab48.760676.89341.1241

#e10575 color RGB value is (225,5,117).

#e10575 hex color red value is 225, green value is 5 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #e10575 hue: 0.92 , saturation: 0.96 and the lightness value of e10575 is 0.45.

The process color (four color CMYK) of #e10575 color hex is 0.00, 0.98, 0.48, 0.12. Web safe color of #e10575 is #cc0066. Color #e10575 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00000101 01110101
Octal 341 5 165
Decimal 225 5 117
Hex E1 5 75

RGB Percentages of Color #e10575

%64.84
%1.44
%33.72

CMYK Percentages of Color #e10575

%0
%98
%48
%12

Triadic Colors of #e10575

#e10575 #75e105 #0575e1

Analogous Colors of #e10575

#e10575 #e10507 #df05e1

Monochromatic Colors of #e10575

#e10575

Complementary Color

#e10575 #05e171

#e10575 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e10575 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e10575 Color CSS Codes

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

#e10575 Text Font Color

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

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


#e10575 Background Color

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

This div background color is #e10575


#e10575 Border Color

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

This div border color is #e10575


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,5,117, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e10575


Comments

No comments written yet.

Please login to write comment.