Color Hex Logo

#d174db Color Hex

#D174DB
(209,116,219)
0 Favorites   0 Comments

Color spaces of #d174db

RGB 209116219
HSL0.820.590.66
HSV294°47°86°
CMYK 0.050.470.00   0.14
XYZ45.326131.160670.6435
Yxy31.16060.30810.2118
Hunter Lab55.821747.2505-35.9576
CIE-Lab62.643051.6586-37.5500

#d174db color RGB value is (209,116,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01110100 11011011
Octal 321 164 333
Decimal 209 116 219
Hex D1 74 DB

RGB Percentages of Color #d174db

%38.42
%21.32
%40.26

CMYK Percentages of Color #d174db

%5
%47
%0
%14

Triadic Colors of #d174db

#d174db #dbd174 #74dbd1

Analogous Colors of #d174db

#d174db #db74b2 #9e74db

Monochromatic Colors of #d174db

#d174db

Complementary Color

#d174db #7edb74

#d174db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d174db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d174db Color CSS Codes

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

#d174db Text Font Color

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

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


#d174db Background Color

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

This div background color is #d174db


#d174db Border Color

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

This div border color is #d174db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d174db


Comments

No comments written yet.

Please login to write comment.