Color Hex Logo

#e15582 Color Hex

#E15582
(225,85,130)
0 Favorites   0 Comments

Color spaces of #e15582

RGB 22585130
HSL0.950.700.61
HSV341°62°88°
CMYK 0.000.620.42   0.12
XYZ38.329124.116323.7538
Yxy24.11630.44470.2798
Hunter Lab49.108353.37985.6972
CIE-Lab56.204058.17844.0913

#e15582 color RGB value is (225,85,130).

#e15582 hex color red value is 225, green value is 85 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #e15582 hue: 0.95 , saturation: 0.70 and the lightness value of e15582 is 0.61.

The process color (four color CMYK) of #e15582 color hex is 0.00, 0.62, 0.42, 0.12. Web safe color of #e15582 is #cc6699. Color #e15582 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010101 10000010
Octal 341 125 202
Decimal 225 85 130
Hex E1 55 82

RGB Percentages of Color #e15582

%51.14
%19.32
%29.55

CMYK Percentages of Color #e15582

%0
%62
%42
%12

Triadic Colors of #e15582

#e15582 #82e155 #5582e1

Analogous Colors of #e15582

#e15582 #e16e55 #e155c8

Monochromatic Colors of #e15582

#e15582

Complementary Color

#e15582 #55e1b4

#e15582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15582 Color CSS Codes

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

#e15582 Text Font Color

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

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


#e15582 Background Color

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

This div background color is #e15582


#e15582 Border Color

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

This div border color is #e15582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15582


Comments

No comments written yet.

Please login to write comment.