Color Hex Logo

#e10475 Color Hex

#E10475
(225,4,117)
0 Favorites   0 Comments

Color spaces of #e10475

RGB 2254117
HSL0.910.970.45
HSV329°98°88°
CMYK 0.000.980.48   0.12
XYZ34.305617.378718.3759
Yxy17.37870.48970.2481
Hunter Lab41.687873.93723.0465
CIE-Lab48.733776.97181.0851

#e10475 color RGB value is (225,4,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00000100 01110101
Octal 341 4 165
Decimal 225 4 117
Hex E1 4 75

RGB Percentages of Color #e10475

%65.03
%1.16
%33.82

CMYK Percentages of Color #e10475

%0
%98
%48
%12

Triadic Colors of #e10475

#e10475 #75e104 #0475e1

Analogous Colors of #e10475

#e10475 #e10407 #df04e1

Monochromatic Colors of #e10475

#e10475

Complementary Color

#e10475 #04e170

#e10475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e10475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e10475 Color CSS Codes

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

#e10475 Text Font Color

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

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


#e10475 Background Color

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

This div background color is #e10475


#e10475 Border Color

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

This div border color is #e10475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e10475


Comments

No comments written yet.

Please login to write comment.