Color Hex Logo

#e88078 Color Hex

#E88078
(232,128,120)
0 Favorites   0 Comments

Color spaces of #e88078

RGB 232128120
HSL0.010.710.69
HSV48°91°
CMYK 0.000.450.48   0.09
XYZ44.388033.950221.9828
Yxy33.95020.44250.3384
Hunter Lab58.266834.015518.4179
CIE-Lab64.923039.117022.1937

#e88078 color RGB value is (232,128,120).

#e88078 hex color red value is 232, green value is 128 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #e88078 hue: 0.01 , saturation: 0.71 and the lightness value of e88078 is 0.69.

The process color (four color CMYK) of #e88078 color hex is 0.00, 0.45, 0.48, 0.09. Web safe color of #e88078 is #ff9966. Color #e88078 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10000000 01111000
Octal 350 200 170
Decimal 232 128 120
Hex E8 80 78

RGB Percentages of Color #e88078

%48.33
%26.67
%25.00

CMYK Percentages of Color #e88078

%0
%45
%48
%9

Triadic Colors of #e88078

#e88078 #78e880 #8078e8

Analogous Colors of #e88078

#e88078 #e8b878 #e878a8

Monochromatic Colors of #e88078

#e88078

Complementary Color

#e88078 #78e0e8

#e88078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e88078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e88078 Color CSS Codes

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

#e88078 Text Font Color

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

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


#e88078 Background Color

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

This div background color is #e88078


#e88078 Border Color

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

This div border color is #e88078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e88078


Comments

No comments written yet.

Please login to write comment.