Color Hex Logo

#e6755f Color Hex

#E6755F
(230,117,95)
0 Favorites   0 Comments

Color spaces of #e6755f

RGB 23011795
HSL0.030.730.64
HSV10°59°90°
CMYK 0.000.490.59   0.10
XYZ41.060030.371814.5247
Yxy30.37180.47770.3533
Hunter Lab55.110636.547322.9512
CIE-Lab61.973741.881832.2465

#e6755f color RGB value is (230,117,95).

#e6755f hex color red value is 230, green value is 117 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #e6755f hue: 0.03 , saturation: 0.73 and the lightness value of e6755f is 0.64.

The process color (four color CMYK) of #e6755f color hex is 0.00, 0.49, 0.59, 0.10. Web safe color of #e6755f is #ff6666. Color #e6755f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110101 01011111
Octal 346 165 137
Decimal 230 117 95
Hex E6 75 5F

RGB Percentages of Color #e6755f

%52.04
%26.47
%21.49

CMYK Percentages of Color #e6755f

%0
%49
%59
%10

Triadic Colors of #e6755f

#e6755f #5fe675 #755fe6

Analogous Colors of #e6755f

#e6755f #e6b95f #e65f8d

Monochromatic Colors of #e6755f

#e6755f

Complementary Color

#e6755f #5fd0e6

#e6755f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6755f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6755f Color CSS Codes

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

#e6755f Text Font Color

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

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


#e6755f Background Color

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

This div background color is #e6755f


#e6755f Border Color

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

This div border color is #e6755f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6755f


Comments

No comments written yet.

Please login to write comment.