Color Hex Logo

#e6692a Color Hex

#E6692A
(230,105,42)
0 Favorites   0 Comments

Color spaces of #e6692a

RGB 23010542
HSL0.060.790.53
HSV20°82°90°
CMYK 0.000.540.82   0.10
XYZ38.102627.09335.4118
Yxy27.09330.53960.3837
Hunter Lab52.051239.576130.2714
CIE-Lab59.060645.136655.8804

#e6692a color RGB value is (230,105,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101001 00101010
Octal 346 151 52
Decimal 230 105 42
Hex E6 69 2A

RGB Percentages of Color #e6692a

%61.01
%27.85
%11.14

CMYK Percentages of Color #e6692a

%0
%54
%82
%10

Triadic Colors of #e6692a

#e6692a #2ae669 #692ae6

Analogous Colors of #e6692a

#e6692a #e6c72a #e62a49

Monochromatic Colors of #e6692a

#e6692a

Complementary Color

#e6692a #2aa7e6

#e6692a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6692a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6692a Color CSS Codes

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

#e6692a Text Font Color

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

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


#e6692a Background Color

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

This div background color is #e6692a


#e6692a Border Color

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

This div border color is #e6692a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6692a


Comments

No comments written yet.

Please login to write comment.