Color Hex Logo

#e6685c Color Hex

#E6685C
(230,104,92)
0 Favorites   0 Comments

Color spaces of #e6685c

RGB 23010492
HSL0.010.730.63
HSV60°90°
CMYK 0.000.550.60   0.10
XYZ39.515227.496313.3499
Yxy27.49630.49170.3422
Hunter Lab52.436942.748721.6112
CIE-Lab59.430948.041230.6954

#e6685c color RGB value is (230,104,92).

#e6685c hex color red value is 230, green value is 104 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #e6685c hue: 0.01 , saturation: 0.73 and the lightness value of e6685c is 0.63.

The process color (four color CMYK) of #e6685c color hex is 0.00, 0.55, 0.60, 0.10. Web safe color of #e6685c is #ff6666. Color #e6685c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101000 01011100
Octal 346 150 134
Decimal 230 104 92
Hex E6 68 5C

RGB Percentages of Color #e6685c

%53.99
%24.41
%21.60

CMYK Percentages of Color #e6685c

%0
%55
%60
%10

Triadic Colors of #e6685c

#e6685c #5ce668 #685ce6

Analogous Colors of #e6685c

#e6685c #e6ad5c #e65c95

Monochromatic Colors of #e6685c

#e6685c

Complementary Color

#e6685c #5cdae6

#e6685c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6685c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6685c Color CSS Codes

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

#e6685c Text Font Color

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

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


#e6685c Background Color

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

This div background color is #e6685c


#e6685c Border Color

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

This div border color is #e6685c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6685c

#e6685c Color Palettes


Comments

No comments written yet.

Please login to write comment.