Color Hex Logo

#e78478 Color Hex

#E78478
(231,132,120)
0 Favorites   0 Comments

Color spaces of #e78478

RGB 231132120
HSL0.020.700.69
HSV48°91°
CMYK 0.000.430.48   0.09
XYZ44.596434.847522.1451
Yxy34.84750.43900.3430
Hunter Lab59.031831.544819.0803
CIE-Lab65.629836.676923.1242

#e78478 color RGB value is (231,132,120).

#e78478 hex color red value is 231, green value is 132 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #e78478 hue: 0.02 , saturation: 0.70 and the lightness value of e78478 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10000100 01111000
Octal 347 204 170
Decimal 231 132 120
Hex E7 84 78

RGB Percentages of Color #e78478

%47.83
%27.33
%24.84

CMYK Percentages of Color #e78478

%0
%43
%48
%9

Triadic Colors of #e78478

#e78478 #78e784 #8478e7

Analogous Colors of #e78478

#e78478 #e7bc78 #e778a4

Monochromatic Colors of #e78478

#e78478

Complementary Color

#e78478 #78dbe7

#e78478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78478 Color CSS Codes

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

#e78478 Text Font Color

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

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


#e78478 Background Color

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

This div background color is #e78478


#e78478 Border Color

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

This div border color is #e78478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78478


Comments

No comments written yet.

Please login to write comment.