Color Hex Logo

#e67a4f Color Hex

#E67A4F
(230,122,79)
0 Favorites   0 Comments

Color spaces of #e67a4f

RGB 23012279
HSL0.050.750.61
HSV17°66°90°
CMYK 0.000.470.66   0.10
XYZ41.003931.306611.2788
Yxy31.30660.49050.3745
Hunter Lab55.952332.894827.2150
CIE-Lab62.765638.296241.8742

#e67a4f color RGB value is (230,122,79).

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

The process color (four color CMYK) of #e67a4f color hex is 0.00, 0.47, 0.66, 0.10. Web safe color of #e67a4f is #ff6666. Color #e67a4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111010 01001111
Octal 346 172 117
Decimal 230 122 79
Hex E6 7A 4F

RGB Percentages of Color #e67a4f

%53.36
%28.31
%18.33

CMYK Percentages of Color #e67a4f

%0
%47
%66
%10

Triadic Colors of #e67a4f

#e67a4f #4fe67a #7a4fe6

Analogous Colors of #e67a4f

#e67a4f #e6c64f #e64f70

Monochromatic Colors of #e67a4f

#e67a4f

Complementary Color

#e67a4f #4fbbe6

#e67a4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e67a4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e67a4f Color CSS Codes

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

#e67a4f Text Font Color

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

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


#e67a4f Background Color

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

This div background color is #e67a4f


#e67a4f Border Color

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

This div border color is #e67a4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e67a4f


Comments

No comments written yet.

Please login to write comment.