Color Hex Logo

#dd174b Color Hex

#DD174B
(221,23,75)
0 Favorites   0 Comments

Color spaces of #dd174b

RGB 2212375
HSL0.960.810.48
HSV344°90°87°
CMYK 0.000.900.66   0.13
XYZ31.395216.49298.1854
Yxy16.49290.55990.2941
Hunter Lab40.611566.921716.4779
CIE-Lab47.614671.429225.2712

#dd174b color RGB value is (221,23,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010111 01001011
Octal 335 27 113
Decimal 221 23 75
Hex DD 17 4B

RGB Percentages of Color #dd174b

%69.28
%7.21
%23.51

CMYK Percentages of Color #dd174b

%0
%90
%66
%13

Triadic Colors of #dd174b

#dd174b #4bdd17 #174bdd

Analogous Colors of #dd174b

#dd174b #dd4617 #dd17ae

Monochromatic Colors of #dd174b

#dd174b

Complementary Color

#dd174b #17dda9

#dd174b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd174b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd174b Color CSS Codes

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

#dd174b Text Font Color

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

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


#dd174b Background Color

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

This div background color is #dd174b


#dd174b Border Color

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

This div border color is #dd174b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd174b


Comments

No comments written yet.

Please login to write comment.