Color Hex Logo

#d0175a Color Hex

#D0175A
(208,23,90)
0 Favorites   0 Comments

Color spaces of #d0175a

RGB 2082390
HSL0.940.800.45
HSV338°89°82°
CMYK 0.000.890.57   0.18
XYZ28.164314.760911.0376
Yxy14.76090.52190.2735
Hunter Lab38.419963.61739.8606
CIE-Lab45.305069.096612.4441

#d0175a color RGB value is (208,23,90).

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

The process color (four color CMYK) of #d0175a color hex is 0.00, 0.89, 0.57, 0.18. Web safe color of #d0175a is #cc0066. Color #d0175a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010111 01011010
Octal 320 27 132
Decimal 208 23 90
Hex D0 17 5A

RGB Percentages of Color #d0175a

%64.80
%7.17
%28.04

CMYK Percentages of Color #d0175a

%0
%89
%57
%18

Triadic Colors of #d0175a

#d0175a #5ad017 #175ad0

Analogous Colors of #d0175a

#d0175a #d03117 #d017b7

Monochromatic Colors of #d0175a

#d0175a

Complementary Color

#d0175a #17d08d

#d0175a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0175a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0175a Color CSS Codes

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

#d0175a Text Font Color

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

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


#d0175a Background Color

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

This div background color is #d0175a


#d0175a Border Color

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

This div border color is #d0175a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0175a


Comments

No comments written yet.

Please login to write comment.