Color Hex Logo

#e6764b Color Hex

#E6764B
(230,118,75)
0 Favorites   0 Comments

Color spaces of #e6764b

RGB 23011875
HSL0.050.760.60
HSV17°67°90°
CMYK 0.000.490.67   0.10
XYZ40.381630.287910.3744
Yxy30.28790.49830.3737
Hunter Lab55.034434.664327.3475
CIE-Lab61.901840.098442.9658

#e6764b color RGB value is (230,118,75).

#e6764b hex color red value is 230, green value is 118 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #e6764b hue: 0.05 , saturation: 0.76 and the lightness value of e6764b is 0.60.

The process color (four color CMYK) of #e6764b color hex is 0.00, 0.49, 0.67, 0.10. Web safe color of #e6764b is #ff6633. Color #e6764b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110110 01001011
Octal 346 166 113
Decimal 230 118 75
Hex E6 76 4B

RGB Percentages of Color #e6764b

%54.37
%27.90
%17.73

CMYK Percentages of Color #e6764b

%0
%49
%67
%10

Triadic Colors of #e6764b

#e6764b #4be676 #764be6

Analogous Colors of #e6764b

#e6764b #e6c44b #e64b6e

Monochromatic Colors of #e6764b

#e6764b

Complementary Color

#e6764b #4bbbe6

#e6764b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6764b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6764b Color CSS Codes

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

#e6764b Text Font Color

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

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


#e6764b Background Color

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

This div background color is #e6764b


#e6764b Border Color

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

This div border color is #e6764b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6764b


Comments

No comments written yet.

Please login to write comment.