Color Hex Logo

#e6672a Color Hex

#E6672A
(230,103,42)
0 Favorites   0 Comments

Color spaces of #e6672a

RGB 23010342
HSL0.050.790.53
HSV19°82°90°
CMYK 0.000.550.82   0.10
XYZ37.901326.69075.3447
Yxy26.69070.54190.3816
Hunter Lab51.663040.541730.0304
CIE-Lab58.686946.096855.5414

#e6672a color RGB value is (230,103,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01100111 00101010
Octal 346 147 52
Decimal 230 103 42
Hex E6 67 2A

RGB Percentages of Color #e6672a

%61.33
%27.47
%11.20

CMYK Percentages of Color #e6672a

%0
%55
%82
%10

Triadic Colors of #e6672a

#e6672a #2ae667 #672ae6

Analogous Colors of #e6672a

#e6672a #e6c52a #e62a4b

Monochromatic Colors of #e6672a

#e6672a

Complementary Color

#e6672a #2aa9e6

#e6672a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6672a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6672a Color CSS Codes

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

#e6672a Text Font Color

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

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


#e6672a Background Color

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

This div background color is #e6672a


#e6672a Border Color

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

This div border color is #e6672a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6672a


Comments

No comments written yet.

Please login to write comment.