Color Hex Logo

#e15378 Color Hex

#E15378
(225,83,120)
0 Favorites   0 Comments

Color spaces of #e15378

RGB 22583120
HSL0.960.700.60
HSV344°63°88°
CMYK 0.000.630.47   0.12
XYZ37.534823.550120.3366
Yxy23.55010.46100.2892
Hunter Lab48.528453.13789.1235
CIE-Lab55.634558.06379.1841

#e15378 color RGB value is (225,83,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010011 01111000
Octal 341 123 170
Decimal 225 83 120
Hex E1 53 78

RGB Percentages of Color #e15378

%52.57
%19.39
%28.04

CMYK Percentages of Color #e15378

%0
%63
%47
%12

Triadic Colors of #e15378

#e15378 #78e153 #5378e1

Analogous Colors of #e15378

#e15378 #e17553 #e153bf

Monochromatic Colors of #e15378

#e15378

Complementary Color

#e15378 #53e1bc

#e15378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15378 Color CSS Codes

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

#e15378 Text Font Color

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

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


#e15378 Background Color

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

This div background color is #e15378


#e15378 Border Color

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

This div border color is #e15378


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15378


Comments

No comments written yet.

Please login to write comment.