Color Hex Logo

#e69273 Color Hex

#E69273
(230,146,115)
0 Favorites   0 Comments

Color spaces of #e69273

RGB 230146115
HSL0.040.700.68
HSV16°50°90°
CMYK 0.000.370.50   0.10
XYZ46.006538.618621.2490
Yxy38.61860.43450.3648
Hunter Lab62.143923.395823.2275
CIE-Lab68.474128.469529.6366

#e69273 color RGB value is (230,146,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010010 01110011
Octal 346 222 163
Decimal 230 146 115
Hex E6 92 73

RGB Percentages of Color #e69273

%46.84
%29.74
%23.42

CMYK Percentages of Color #e69273

%0
%37
%50
%10

Triadic Colors of #e69273

#e69273 #73e692 #9273e6

Analogous Colors of #e69273

#e69273 #e6cc73 #e6738e

Monochromatic Colors of #e69273

#e69273

Complementary Color

#e69273 #73c7e6

#e69273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69273 Color CSS Codes

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

#e69273 Text Font Color

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

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


#e69273 Background Color

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

This div background color is #e69273


#e69273 Border Color

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

This div border color is #e69273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69273


Comments

No comments written yet.

Please login to write comment.