Color Hex Logo

#d0172a Color Hex

#D0172A
(208,23,42)
0 Favorites   0 Comments

Color spaces of #d0172a

RGB 2082342
HSL0.980.800.45
HSV354°89°82°
CMYK 0.000.890.80   0.18
XYZ26.736714.18993.5202
Yxy14.18990.60150.3193
Hunter Lab37.669560.772520.8280
CIE-Lab44.504066.818740.6037

#d0172a color RGB value is (208,23,42).

#d0172a hex color red value is 208, green value is 23 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #d0172a hue: 0.98 , saturation: 0.80 and the lightness value of d0172a is 0.45.

The process color (four color CMYK) of #d0172a color hex is 0.00, 0.89, 0.80, 0.18. Web safe color of #d0172a is #cc0033. Color #d0172a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010111 00101010
Octal 320 27 52
Decimal 208 23 42
Hex D0 17 2A

RGB Percentages of Color #d0172a

%76.19
%8.42
%15.38

CMYK Percentages of Color #d0172a

%0
%89
%80
%18

Triadic Colors of #d0172a

#d0172a #2ad017 #172ad0

Analogous Colors of #d0172a

#d0172a #d06017 #d01787

Monochromatic Colors of #d0172a

#d0172a

Complementary Color

#d0172a #17d0bd

#d0172a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0172a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0172a Color CSS Codes

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

#d0172a Text Font Color

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

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


#d0172a Background Color

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

This div background color is #d0172a


#d0172a Border Color

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

This div border color is #d0172a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0172a

#d0172a Color Palettes


Comments

No comments written yet.

Please login to write comment.