Color Hex Logo

#dc874b Color Hex

#DC874B
(220,135,75)
0 Favorites   0 Comments

Color spaces of #dc874b

RGB 22013575
HSL0.070.670.58
HSV25°66°86°
CMYK 0.000.390.66   0.14
XYZ39.449233.051610.9570
Yxy33.05160.47270.3960
Hunter Lab57.490521.875828.9434
CIE-Lab64.202727.265445.2539

#dc874b color RGB value is (220,135,75).

#dc874b hex color red value is 220, green value is 135 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #dc874b hue: 0.07 , saturation: 0.67 and the lightness value of dc874b is 0.58.

The process color (four color CMYK) of #dc874b color hex is 0.00, 0.39, 0.66, 0.14. Web safe color of #dc874b is #cc9933. Color #dc874b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000111 01001011
Octal 334 207 113
Decimal 220 135 75
Hex DC 87 4B

RGB Percentages of Color #dc874b

%51.16
%31.40
%17.44

CMYK Percentages of Color #dc874b

%0
%39
%66
%14

Triadic Colors of #dc874b

#dc874b #4bdc87 #874bdc

Analogous Colors of #dc874b

#dc874b #dcd04b #dc4b58

Monochromatic Colors of #dc874b

#dc874b

Complementary Color

#dc874b #4ba0dc

#dc874b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc874b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc874b Color CSS Codes

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

#dc874b Text Font Color

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

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


#dc874b Background Color

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

This div background color is #dc874b


#dc874b Border Color

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

This div border color is #dc874b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,135,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 #dc874b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc874b


Comments

No comments written yet.

Please login to write comment.