Color Hex Logo

#e69774 Color Hex

#E69774
(230,151,116)
0 Favorites   0 Comments

Color spaces of #e69774

RGB 230151116
HSL0.050.700.68
HSV18°50°90°
CMYK 0.000.340.50   0.10
XYZ46.852140.217221.8163
Yxy40.21720.43030.3694
Hunter Lab63.417020.894923.9954
CIE-Lab69.624025.903830.5958

#e69774 color RGB value is (230,151,116).

#e69774 hex color red value is 230, green value is 151 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #e69774 hue: 0.05 , saturation: 0.70 and the lightness value of e69774 is 0.68.

The process color (four color CMYK) of #e69774 color hex is 0.00, 0.34, 0.50, 0.10. Web safe color of #e69774 is #ff9966. Color #e69774 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010111 01110100
Octal 346 227 164
Decimal 230 151 116
Hex E6 97 74

RGB Percentages of Color #e69774

%46.28
%30.38
%23.34

CMYK Percentages of Color #e69774

%0
%34
%50
%10

Triadic Colors of #e69774

#e69774 #74e697 #9774e6

Analogous Colors of #e69774

#e69774 #e6d074 #e6748a

Monochromatic Colors of #e69774

#e69774

Complementary Color

#e69774 #74c3e6

#e69774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69774 Color CSS Codes

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

#e69774 Text Font Color

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

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


#e69774 Background Color

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

This div background color is #e69774


#e69774 Border Color

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

This div border color is #e69774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69774


Comments

No comments written yet.

Please login to write comment.