Color Hex Logo

#e85163 Color Hex

#E85163
(232,81,99)
0 Favorites   0 Comments

Color spaces of #e85163

RGB 2328199
HSL0.980.770.61
HSV353°65°91°
CMYK 0.000.650.57   0.09
XYZ38.473323.941514.3978
Yxy23.94150.50090.3117
Hunter Lab48.930154.725516.8048
CIE-Lab56.029259.394822.2958

#e85163 color RGB value is (232,81,99).

#e85163 hex color red value is 232, green value is 81 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #e85163 hue: 0.98 , saturation: 0.77 and the lightness value of e85163 is 0.61.

The process color (four color CMYK) of #e85163 color hex is 0.00, 0.65, 0.57, 0.09. Web safe color of #e85163 is #ff6666. Color #e85163 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01010001 01100011
Octal 350 121 143
Decimal 232 81 99
Hex E8 51 63

RGB Percentages of Color #e85163

%56.31
%19.66
%24.03

CMYK Percentages of Color #e85163

%0
%65
%57
%9

Triadic Colors of #e85163

#e85163 #63e851 #5163e8

Analogous Colors of #e85163

#e85163 #e88b51 #e851af

Monochromatic Colors of #e85163

#e85163

Complementary Color

#e85163 #51e8d6

#e85163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e85163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e85163 Color CSS Codes

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

#e85163 Text Font Color

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

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


#e85163 Background Color

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

This div background color is #e85163


#e85163 Border Color

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

This div border color is #e85163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e85163


Comments

No comments written yet.

Please login to write comment.