Color Hex Logo

#dc825f Color Hex

#DC825F
(220,130,95)
0 Favorites   0 Comments

Color spaces of #dc825f

RGB 22013095
HSL0.050.640.62
HSV17°57°86°
CMYK 0.000.410.57   0.14
XYZ39.563432.007114.9192
Yxy32.00710.45740.3701
Hunter Lab56.574825.821123.9672
CIE-Lab63.348831.305733.7003

#dc825f color RGB value is (220,130,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000010 01011111
Octal 334 202 137
Decimal 220 130 95
Hex DC 82 5F

RGB Percentages of Color #dc825f

%49.44
%29.21
%21.35

CMYK Percentages of Color #dc825f

%0
%41
%57
%14

Triadic Colors of #dc825f

#dc825f #5fdc82 #825fdc

Analogous Colors of #dc825f

#dc825f #dcc15f #dc5f7b

Monochromatic Colors of #dc825f

#dc825f

Complementary Color

#dc825f #5fb9dc

#dc825f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc825f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc825f Color CSS Codes

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

#dc825f Text Font Color

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

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


#dc825f Background Color

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

This div background color is #dc825f


#dc825f Border Color

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

This div border color is #dc825f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc825f


Comments

No comments written yet.

Please login to write comment.