Color Hex Logo

#dc935b Color Hex

#DC935B
(220,147,91)
0 Favorites   0 Comments

Color spaces of #dc935b

RGB 22014791
HSL0.070.650.61
HSV26°59°86°
CMYK 0.000.330.59   0.14
XYZ41.837236.838414.8030
Yxy36.83840.44760.3941
Hunter Lab60.694616.825528.0258
CIE-Lab67.155621.915940.5323

#dc935b color RGB value is (220,147,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010011 01011011
Octal 334 223 133
Decimal 220 147 91
Hex DC 93 5B

RGB Percentages of Color #dc935b

%48.03
%32.10
%19.87

CMYK Percentages of Color #dc935b

%0
%33
%59
%14

Triadic Colors of #dc935b

#dc935b #5bdc93 #935bdc

Analogous Colors of #dc935b

#dc935b #dcd45b #dc5b64

Monochromatic Colors of #dc935b

#dc935b

Complementary Color

#dc935b #5ba4dc

#dc935b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc935b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc935b Color CSS Codes

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

#dc935b Text Font Color

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

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


#dc935b Background Color

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

This div background color is #dc935b


#dc935b Border Color

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

This div border color is #dc935b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc935b


Comments

No comments written yet.

Please login to write comment.