Color Hex Logo

#dd7962 Color Hex

#DD7962
(221,121,98)
0 Favorites   0 Comments

Color spaces of #dd7962

RGB 22112198
HSL0.030.640.63
HSV11°56°87°
CMYK 0.000.450.56   0.13
XYZ38.860829.928715.2839
Yxy29.92870.46220.3560
Hunter Lab54.707131.058721.7307
CIE-Lab61.592736.651929.8392

#dd7962 color RGB value is (221,121,98).

#dd7962 hex color red value is 221, green value is 121 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #dd7962 hue: 0.03 , saturation: 0.64 and the lightness value of dd7962 is 0.63.

The process color (four color CMYK) of #dd7962 color hex is 0.00, 0.45, 0.56, 0.13. Web safe color of #dd7962 is #cc6666. Color #dd7962 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01111001 01100010
Octal 335 171 142
Decimal 221 121 98
Hex DD 79 62

RGB Percentages of Color #dd7962

%50.23
%27.50
%22.27

CMYK Percentages of Color #dd7962

%0
%45
%56
%13

Triadic Colors of #dd7962

#dd7962 #62dd79 #7962dd

Analogous Colors of #dd7962

#dd7962 #ddb762 #dd6289

Monochromatic Colors of #dd7962

#dd7962

Complementary Color

#dd7962 #62c6dd

#dd7962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd7962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd7962 Color CSS Codes

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

#dd7962 Text Font Color

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

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


#dd7962 Background Color

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

This div background color is #dd7962


#dd7962 Border Color

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

This div border color is #dd7962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd7962


Comments

No comments written yet.

Please login to write comment.