Color Hex Logo

#e6692d Color Hex

#E6692D
(230,105,45)
0 Favorites   0 Comments

Color spaces of #e6692d

RGB 23010545
HSL0.050.790.54
HSV19°80°90°
CMYK 0.000.540.80   0.10
XYZ38.158427.11565.7053
Yxy27.11560.53760.3820
Hunter Lab52.072639.676229.9548
CIE-Lab59.081245.227854.6099

#e6692d color RGB value is (230,105,45).

#e6692d hex color red value is 230, green value is 105 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #e6692d hue: 0.05 , saturation: 0.79 and the lightness value of e6692d is 0.54.

The process color (four color CMYK) of #e6692d color hex is 0.00, 0.54, 0.80, 0.10. Web safe color of #e6692d is #ff6633. Color #e6692d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101001 00101101
Octal 346 151 55
Decimal 230 105 45
Hex E6 69 2D

RGB Percentages of Color #e6692d

%60.53
%27.63
%11.84

CMYK Percentages of Color #e6692d

%0
%54
%80
%10

Triadic Colors of #e6692d

#e6692d #2de669 #692de6

Analogous Colors of #e6692d

#e6692d #e6c62d #e62d4d

Monochromatic Colors of #e6692d

#e6692d

Complementary Color

#e6692d #2daae6

#e6692d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6692d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6692d Color CSS Codes

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

#e6692d Text Font Color

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

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


#e6692d Background Color

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

This div background color is #e6692d


#e6692d Border Color

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

This div border color is #e6692d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6692d


Comments

No comments written yet.

Please login to write comment.