Color Hex Logo

#dd475c Color Hex

#DD475C
(221,71,92)
0 Favorites   0 Comments

Color spaces of #dd475c

RGB 2217192
HSL0.980.690.57
HSV352°68°87°
CMYK 0.000.680.58   0.13
XYZ34.003820.651312.3191
Yxy20.65130.50770.3083
Hunter Lab45.443754.038315.7380
CIE-Lab52.565759.407421.4849

#dd475c color RGB value is (221,71,92).

#dd475c hex color red value is 221, green value is 71 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #dd475c hue: 0.98 , saturation: 0.69 and the lightness value of dd475c is 0.57.

The process color (four color CMYK) of #dd475c color hex is 0.00, 0.68, 0.58, 0.13. Web safe color of #dd475c is #cc3366. Color #dd475c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000111 01011100
Octal 335 107 134
Decimal 221 71 92
Hex DD 47 5C

RGB Percentages of Color #dd475c

%57.55
%18.49
%23.96

CMYK Percentages of Color #dd475c

%0
%68
%58
%13

Triadic Colors of #dd475c

#dd475c #5cdd47 #475cdd

Analogous Colors of #dd475c

#dd475c #dd7d47 #dd47a7

Monochromatic Colors of #dd475c

#dd475c

Complementary Color

#dd475c #47ddc8

#dd475c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd475c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd475c Color CSS Codes

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

#dd475c Text Font Color

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

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


#dd475c Background Color

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

This div background color is #dd475c


#dd475c Border Color

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

This div border color is #dd475c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd475c


Comments

No comments written yet.

Please login to write comment.