Color Hex Logo

#d0174b Color Hex

#D0174B
(208,23,75)
0 Favorites   0 Comments

Color spaces of #d0174b

RGB 2082375
HSL0.950.800.45
HSV343°89°82°
CMYK 0.000.890.64   0.18
XYZ27.588814.53078.0072
Yxy14.53070.55040.2899
Hunter Lab38.119262.481114.2291
CIE-Lab44.984668.191421.3537

#d0174b color RGB value is (208,23,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010111 01001011
Octal 320 27 113
Decimal 208 23 75
Hex D0 17 4B

RGB Percentages of Color #d0174b

%67.97
%7.52
%24.51

CMYK Percentages of Color #d0174b

%0
%89
%64
%18

Triadic Colors of #d0174b

#d0174b #4bd017 #174bd0

Analogous Colors of #d0174b

#d0174b #d03f17 #d017a8

Monochromatic Colors of #d0174b

#d0174b

Complementary Color

#d0174b #17d09c

#d0174b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0174b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0174b Color CSS Codes

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

#d0174b Text Font Color

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

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


#d0174b Background Color

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

This div background color is #d0174b


#d0174b Border Color

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

This div border color is #d0174b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0174b


Comments

No comments written yet.

Please login to write comment.