Color Hex Logo

#e15892 Color Hex

#E15892
(225,88,146)
0 Favorites   0 Comments

Color spaces of #e15892

RGB 22588146
HSL0.930.700.61
HSV335°61°88°
CMYK 0.000.610.35   0.12
XYZ39.729425.062329.9377
Yxy25.06230.41940.2646
Hunter Lab50.062354.0486-0.4124
CIE-Lab57.136158.6059-3.9550

#e15892 color RGB value is (225,88,146).

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

The process color (four color CMYK) of #e15892 color hex is 0.00, 0.61, 0.35, 0.12. Web safe color of #e15892 is #cc6699. Color #e15892 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011000 10010010
Octal 341 130 222
Decimal 225 88 146
Hex E1 58 92

RGB Percentages of Color #e15892

%49.02
%19.17
%31.81

CMYK Percentages of Color #e15892

%0
%61
%35
%12

Triadic Colors of #e15892

#e15892 #92e158 #5892e1

Analogous Colors of #e15892

#e15892 #e16258 #e158d7

Monochromatic Colors of #e15892

#e15892

Complementary Color

#e15892 #58e1a7

#e15892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15892 Color CSS Codes

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

#e15892 Text Font Color

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

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


#e15892 Background Color

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

This div background color is #e15892


#e15892 Border Color

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

This div border color is #e15892


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15892


Comments

No comments written yet.

Please login to write comment.