Color Hex Logo

#e1526e Color Hex

#E1526E
(225,82,110)
0 Favorites   0 Comments

Color spaces of #e1526e

RGB 22582110
HSL0.970.700.60
HSV348°64°88°
CMYK 0.000.640.51   0.12
XYZ36.883123.167917.2798
Yxy23.16790.47700.2996
Hunter Lab48.133052.547112.4080
CIE-Lab55.244957.607814.5540

#e1526e color RGB value is (225,82,110).

#e1526e hex color red value is 225, green value is 82 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #e1526e hue: 0.97 , saturation: 0.70 and the lightness value of e1526e is 0.60.

The process color (four color CMYK) of #e1526e color hex is 0.00, 0.64, 0.51, 0.12. Web safe color of #e1526e is #cc6666. Color #e1526e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010010 01101110
Octal 341 122 156
Decimal 225 82 110
Hex E1 52 6E

RGB Percentages of Color #e1526e

%53.96
%19.66
%26.38

CMYK Percentages of Color #e1526e

%0
%64
%51
%12

Triadic Colors of #e1526e

#e1526e #6ee152 #526ee1

Analogous Colors of #e1526e

#e1526e #e17e52 #e152b6

Monochromatic Colors of #e1526e

#e1526e

Complementary Color

#e1526e #52e1c5

#e1526e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1526e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1526e Color CSS Codes

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

#e1526e Text Font Color

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

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


#e1526e Background Color

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

This div background color is #e1526e


#e1526e Border Color

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

This div border color is #e1526e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1526e


Comments

No comments written yet.

Please login to write comment.