Color Hex Logo

#e15063 Color Hex

#E15063
(225,80,99)
0 Favorites   0 Comments

Color spaces of #e15063

RGB 2258099
HSL0.980.710.60
HSV352°64°88°
CMYK 0.000.640.56   0.12
XYZ36.172122.645714.2690
Yxy22.64570.49490.3098
Hunter Lab47.587552.402915.5333
CIE-Lab54.705557.573920.3183

#e15063 color RGB value is (225,80,99).

#e15063 hex color red value is 225, green value is 80 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #e15063 hue: 0.98 , saturation: 0.71 and the lightness value of e15063 is 0.60.

The process color (four color CMYK) of #e15063 color hex is 0.00, 0.64, 0.56, 0.12. Web safe color of #e15063 is #cc6666. Color #e15063 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010000 01100011
Octal 341 120 143
Decimal 225 80 99
Hex E1 50 63

RGB Percentages of Color #e15063

%55.69
%19.80
%24.50

CMYK Percentages of Color #e15063

%0
%64
%56
%12

Triadic Colors of #e15063

#e15063 #63e150 #5063e1

Analogous Colors of #e15063

#e15063 #e18650 #e150ac

Monochromatic Colors of #e15063

#e15063

Complementary Color

#e15063 #50e1ce

#e15063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15063 Color CSS Codes

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

#e15063 Text Font Color

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

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


#e15063 Background Color

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

This div background color is #e15063


#e15063 Border Color

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

This div border color is #e15063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15063


Comments

No comments written yet.

Please login to write comment.