Color Hex Logo

#e10886 Color Hex

#E10886
(225,8,134)
0 Favorites   0 Comments

Color spaces of #e10886

RGB 2258134
HSL0.900.930.46
HSV325°96°88°
CMYK 0.000.960.40   0.12
XYZ35.441217.902424.1418
Yxy17.90240.45740.2310
Hunter Lab42.311275.4725-4.2116
CIE-Lab49.377578.0823-8.3306

#e10886 color RGB value is (225,8,134).

#e10886 hex color red value is 225, green value is 8 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #e10886 hue: 0.90 , saturation: 0.93 and the lightness value of e10886 is 0.46.

The process color (four color CMYK) of #e10886 color hex is 0.00, 0.96, 0.40, 0.12. Web safe color of #e10886 is #cc0099. Color #e10886 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00001000 10000110
Octal 341 10 206
Decimal 225 8 134
Hex E1 8 86

RGB Percentages of Color #e10886

%61.31
%2.18
%36.51

CMYK Percentages of Color #e10886

%0
%96
%40
%12

Triadic Colors of #e10886

#e10886 #86e108 #0886e1

Analogous Colors of #e10886

#e10886 #e10819 #d008e1

Monochromatic Colors of #e10886

#e10886

Complementary Color

#e10886 #08e163

#e10886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e10886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e10886 Color CSS Codes

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

#e10886 Text Font Color

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

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


#e10886 Background Color

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

This div background color is #e10886


#e10886 Border Color

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

This div border color is #e10886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e10886

#e10886 Color Palettes


Comments

No comments written yet.

Please login to write comment.