Color Hex Logo

#e15473 Color Hex

#E15473
(225,84,115)
0 Favorites   0 Comments

Color spaces of #e15473

RGB 22584115
HSL0.960.700.61
HSV347°63°88°
CMYK 0.000.630.49   0.12
XYZ37.316223.586018.8054
Yxy23.58600.46820.2959
Hunter Lab48.565452.164511.0376
CIE-Lab55.670957.193412.1913

#e15473 color RGB value is (225,84,115).

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

The process color (four color CMYK) of #e15473 color hex is 0.00, 0.63, 0.49, 0.12. Web safe color of #e15473 is #cc6666. Color #e15473 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010100 01110011
Octal 341 124 163
Decimal 225 84 115
Hex E1 54 73

RGB Percentages of Color #e15473

%53.07
%19.81
%27.12

CMYK Percentages of Color #e15473

%0
%63
%49
%12

Triadic Colors of #e15473

#e15473 #73e154 #5473e1

Analogous Colors of #e15473

#e15473 #e17c54 #e154ba

Monochromatic Colors of #e15473

#e15473

Complementary Color

#e15473 #54e1c2

#e15473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15473 Color CSS Codes

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

#e15473 Text Font Color

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

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


#e15473 Background Color

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

This div background color is #e15473


#e15473 Border Color

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

This div border color is #e15473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15473


Comments

No comments written yet.

Please login to write comment.