Color Hex Logo

#dd525f Color Hex

#DD525F
(221,82,95)
0 Favorites   0 Comments

Color spaces of #dd525f

RGB 2218295
HSL0.980.670.59
HSV354°63°87°
CMYK 0.000.630.57   0.13
XYZ34.901622.233013.2783
Yxy22.23300.49570.3158
Hunter Lab47.151949.609116.3098
CIE-Lab54.273455.143721.9809

#dd525f color RGB value is (221,82,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010010 01011111
Octal 335 122 137
Decimal 221 82 95
Hex DD 52 5F

RGB Percentages of Color #dd525f

%55.53
%20.60
%23.87

CMYK Percentages of Color #dd525f

%0
%63
%57
%13

Triadic Colors of #dd525f

#dd525f #5fdd52 #525fdd

Analogous Colors of #dd525f

#dd525f #dd8b52 #dd52a5

Monochromatic Colors of #dd525f

#dd525f

Complementary Color

#dd525f #52ddd0

#dd525f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd525f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd525f Color CSS Codes

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

#dd525f Text Font Color

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

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


#dd525f Background Color

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

This div background color is #dd525f


#dd525f Border Color

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

This div border color is #dd525f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd525f


Comments

No comments written yet.

Please login to write comment.