Color Hex Logo

#dd7852 Color Hex

#DD7852
(221,120,82)
0 Favorites   0 Comments

Color spaces of #dd7852

RGB 22112082
HSL0.050.670.59
HSV16°63°87°
CMYK 0.000.460.63   0.13
XYZ38.058329.414311.6543
Yxy29.41430.48100.3717
Hunter Lab54.235030.347725.2239
CIE-Lab61.145536.006838.0500

#dd7852 color RGB value is (221,120,82).

#dd7852 hex color red value is 221, green value is 120 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #dd7852 hue: 0.05 , saturation: 0.67 and the lightness value of dd7852 is 0.59.

The process color (four color CMYK) of #dd7852 color hex is 0.00, 0.46, 0.63, 0.13. Web safe color of #dd7852 is #cc6666. Color #dd7852 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01111000 01010010
Octal 335 170 122
Decimal 221 120 82
Hex DD 78 52

RGB Percentages of Color #dd7852

%52.25
%28.37
%19.39

CMYK Percentages of Color #dd7852

%0
%46
%63
%13

Triadic Colors of #dd7852

#dd7852 #52dd78 #7852dd

Analogous Colors of #dd7852

#dd7852 #ddbe52 #dd5272

Monochromatic Colors of #dd7852

#dd7852

Complementary Color

#dd7852 #52b7dd

#dd7852 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd7852 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd7852 Color CSS Codes

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

#dd7852 Text Font Color

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

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


#dd7852 Background Color

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

This div background color is #dd7852


#dd7852 Border Color

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

This div border color is #dd7852


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,120,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dd7852; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dd7852;
  -webkit-box-shadow: 1px 1px 3px 2px #dd7852;
  box-shadow:         1px 1px 3px 2px #dd7852; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,120,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd7852


Comments

No comments written yet.

Please login to write comment.