Color Hex Logo

#e69351 Color Hex

#E69351
(230,147,81)
0 Favorites   0 Comments

Color spaces of #e69351

RGB 23014781
HSL0.070.750.61
HSV27°65°90°
CMYK 0.000.360.65   0.10
XYZ44.552038.284512.8261
Yxy38.28450.46570.4002
Hunter Lab61.874520.246531.0218
CIE-Lab68.229825.341047.1827

#e69351 color RGB value is (230,147,81).

#e69351 hex color red value is 230, green value is 147 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #e69351 hue: 0.07 , saturation: 0.75 and the lightness value of e69351 is 0.61.

The process color (four color CMYK) of #e69351 color hex is 0.00, 0.36, 0.65, 0.10. Web safe color of #e69351 is #ff9966. Color #e69351 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010011 01010001
Octal 346 223 121
Decimal 230 147 81
Hex E6 93 51

RGB Percentages of Color #e69351

%50.22
%32.10
%17.69

CMYK Percentages of Color #e69351

%0
%36
%65
%10

Triadic Colors of #e69351

#e69351 #51e693 #9351e6

Analogous Colors of #e69351

#e69351 #e6de51 #e6515a

Monochromatic Colors of #e69351

#e69351

Complementary Color

#e69351 #51a4e6

#e69351 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69351 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69351 Color CSS Codes

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

#e69351 Text Font Color

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

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


#e69351 Background Color

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

This div background color is #e69351


#e69351 Border Color

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

This div border color is #e69351


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,147,81, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69351


Comments

No comments written yet.

Please login to write comment.