Color Hex Logo

#e78574 Color Hex

#E78574
(231,133,116)
0 Favorites   0 Comments

Color spaces of #e78574

RGB 231133116
HSL0.020.710.68
HSV50°91°
CMYK 0.000.420.50   0.09
XYZ44.494935.024920.9383
Yxy35.02490.44290.3487
Hunter Lab59.181830.634120.4507
CIE-Lab65.768035.785925.5392

#e78574 color RGB value is (231,133,116).

#e78574 hex color red value is 231, green value is 133 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #e78574 hue: 0.02 , saturation: 0.71 and the lightness value of e78574 is 0.68.

The process color (four color CMYK) of #e78574 color hex is 0.00, 0.42, 0.50, 0.09. Web safe color of #e78574 is #ff9966. Color #e78574 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10000101 01110100
Octal 347 205 164
Decimal 231 133 116
Hex E7 85 74

RGB Percentages of Color #e78574

%48.13
%27.71
%24.17

CMYK Percentages of Color #e78574

%0
%42
%50
%9

Triadic Colors of #e78574

#e78574 #74e785 #8574e7

Analogous Colors of #e78574

#e78574 #e7bf74 #e7749d

Monochromatic Colors of #e78574

#e78574

Complementary Color

#e78574 #74d6e7

#e78574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78574 Color CSS Codes

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

#e78574 Text Font Color

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

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


#e78574 Background Color

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

This div background color is #e78574


#e78574 Border Color

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

This div border color is #e78574


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,133,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78574


Comments

No comments written yet.

Please login to write comment.