Color Hex Logo

#dc935e Color Hex

#DC935E
(220,147,94)
0 Favorites   0 Comments

Color spaces of #dc935e

RGB 22014794
HSL0.070.640.62
HSV25°57°86°
CMYK 0.000.330.57   0.14
XYZ41.969336.891215.4984
Yxy36.89120.44480.3910
Hunter Lab60.738117.049627.3878
CIE-Lab67.195322.144739.0149

#dc935e color RGB value is (220,147,94).

#dc935e hex color red value is 220, green value is 147 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dc935e hue: 0.07 , saturation: 0.64 and the lightness value of dc935e is 0.62.

The process color (four color CMYK) of #dc935e color hex is 0.00, 0.33, 0.57, 0.14. Web safe color of #dc935e is #cc9966. Color #dc935e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010011 01011110
Octal 334 223 136
Decimal 220 147 94
Hex DC 93 5E

RGB Percentages of Color #dc935e

%47.72
%31.89
%20.39

CMYK Percentages of Color #dc935e

%0
%33
%57
%14

Triadic Colors of #dc935e

#dc935e #5edc93 #935edc

Analogous Colors of #dc935e

#dc935e #dcd25e #dc5e68

Monochromatic Colors of #dc935e

#dc935e

Complementary Color

#dc935e #5ea7dc

#dc935e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc935e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc935e Color CSS Codes

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

#dc935e Text Font Color

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

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


#dc935e Background Color

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

This div background color is #dc935e


#dc935e Border Color

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

This div border color is #dc935e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,147,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dc935e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dc935e;
  -webkit-box-shadow: 1px 1px 3px 2px #dc935e;
  box-shadow:         1px 1px 3px 2px #dc935e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,147,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc935e


Comments

No comments written yet.

Please login to write comment.