Color Hex Logo

#d170db Color Hex

#D170DB
(209,112,219)
0 Favorites   0 Comments

Color spaces of #d170db

RGB 209112219
HSL0.820.600.65
HSV294°49°86°
CMYK 0.050.490.00   0.14
XYZ44.874830.258170.4931
Yxy30.25810.30820.2078
Hunter Lab55.007449.3567-37.4762
CIE-Lab61.876353.6625-38.7489

#d170db color RGB value is (209,112,219).

#d170db hex color red value is 209, green value is 112 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d170db hue: 0.82 , saturation: 0.60 and the lightness value of d170db is 0.65.

The process color (four color CMYK) of #d170db color hex is 0.05, 0.49, 0.00, 0.14. Web safe color of #d170db is #cc66cc. Color #d170db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01110000 11011011
Octal 321 160 333
Decimal 209 112 219
Hex D1 70 DB

RGB Percentages of Color #d170db

%38.70
%20.74
%40.56

CMYK Percentages of Color #d170db

%5
%49
%0
%14

Triadic Colors of #d170db

#d170db #dbd170 #70dbd1

Analogous Colors of #d170db

#d170db #db70b0 #9c70db

Monochromatic Colors of #d170db

#d170db

Complementary Color

#d170db #7adb70

#d170db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d170db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d170db Color CSS Codes

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

#d170db Text Font Color

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

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


#d170db Background Color

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

This div background color is #d170db


#d170db Border Color

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

This div border color is #d170db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,112,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d170db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d170db;
  -webkit-box-shadow: 1px 1px 3px 2px #d170db;
  box-shadow:         1px 1px 3px 2px #d170db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,112,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d170db


Comments

No comments written yet.

Please login to write comment.