Color Hex Logo

#e10592 Color Hex

#E10592
(225,5,146)
0 Favorites   0 Comments

Color spaces of #e10592

RGB 2255146
HSL0.890.960.45
HSV322°98°88°
CMYK 0.000.980.35   0.12
XYZ36.293918.191428.7925
Yxy18.19140.43580.2184
Hunter Lab42.651477.2535-10.1687
CIE-Lab49.727479.4373-15.0487

#e10592 color RGB value is (225,5,146).

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

The process color (four color CMYK) of #e10592 color hex is 0.00, 0.98, 0.35, 0.12. Web safe color of #e10592 is #cc0099. Color #e10592 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00000101 10010010
Octal 341 5 222
Decimal 225 5 146
Hex E1 5 92

RGB Percentages of Color #e10592

%59.84
%1.33
%38.83

CMYK Percentages of Color #e10592

%0
%98
%35
%12

Triadic Colors of #e10592

#e10592 #92e105 #0592e1

Analogous Colors of #e10592

#e10592 #e10524 #c205e1

Monochromatic Colors of #e10592

#e10592

Complementary Color

#e10592 #05e154

#e10592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e10592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e10592 Color CSS Codes

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

#e10592 Text Font Color

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

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


#e10592 Background Color

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

This div background color is #e10592


#e10592 Border Color

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

This div border color is #e10592


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e10592


Comments

No comments written yet.

Please login to write comment.