Color Hex Logo

#e15898 Color Hex

#E15898
(225,88,152)
0 Favorites   0 Comments

Color spaces of #e15898

RGB 22588152
HSL0.920.700.61
HSV332°61°88°
CMYK 0.000.610.32   0.12
XYZ40.208625.254032.4610
Yxy25.25400.41060.2579
Hunter Lab50.253454.8776-3.1208
CIE-Lab57.322159.3012-7.1901

#e15898 color RGB value is (225,88,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011000 10011000
Octal 341 130 230
Decimal 225 88 152
Hex E1 58 98

RGB Percentages of Color #e15898

%48.39
%18.92
%32.69

CMYK Percentages of Color #e15898

%0
%61
%32
%12

Triadic Colors of #e15898

#e15898 #98e158 #5898e1

Analogous Colors of #e15898

#e15898 #e15c58 #e158dd

Monochromatic Colors of #e15898

#e15898

Complementary Color

#e15898 #58e1a1

#e15898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15898 Color CSS Codes

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

#e15898 Text Font Color

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

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


#e15898 Background Color

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

This div background color is #e15898


#e15898 Border Color

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

This div border color is #e15898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15898


Comments

No comments written yet.

Please login to write comment.