Color Hex Logo

#dd174a Color Hex

#DD174A
(221,23,74)
0 Favorites   0 Comments

Color spaces of #dd174a

RGB 2212374
HSL0.960.810.48
HSV345°90°87°
CMYK 0.000.900.67   0.13
XYZ31.361216.47948.0065
Yxy16.47940.56160.2951
Hunter Lab40.594866.857816.7226
CIE-Lab47.597371.379225.8607

#dd174a color RGB value is (221,23,74).

#dd174a hex color red value is 221, green value is 23 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #dd174a hue: 0.96 , saturation: 0.81 and the lightness value of dd174a is 0.48.

The process color (four color CMYK) of #dd174a color hex is 0.00, 0.90, 0.67, 0.13. Web safe color of #dd174a is #cc0033. Color #dd174a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010111 01001010
Octal 335 27 112
Decimal 221 23 74
Hex DD 17 4A

RGB Percentages of Color #dd174a

%69.50
%7.23
%23.27

CMYK Percentages of Color #dd174a

%0
%90
%67
%13

Triadic Colors of #dd174a

#dd174a #4add17 #174add

Analogous Colors of #dd174a

#dd174a #dd4717 #dd17ad

Monochromatic Colors of #dd174a

#dd174a

Complementary Color

#dd174a #17ddaa

#dd174a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd174a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd174a Color CSS Codes

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

#dd174a Text Font Color

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

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


#dd174a Background Color

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

This div background color is #dd174a


#dd174a Border Color

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

This div border color is #dd174a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd174a


Comments

No comments written yet.

Please login to write comment.