Color Hex Logo

#d970db Color Hex

#D970DB
(217,112,219)
0 Favorites   0 Comments

Color spaces of #d970db

RGB 217112219
HSL0.830.600.65
HSV299°49°86°
CMYK 0.010.490.00   0.14
XYZ47.195631.454570.6017
Yxy31.45450.31620.2107
Hunter Lab56.084352.0623-35.3782
CIE-Lab62.889455.8947-37.0909

#d970db color RGB value is (217,112,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110000 11011011
Octal 331 160 333
Decimal 217 112 219
Hex D9 70 DB

RGB Percentages of Color #d970db

%39.60
%20.44
%39.96

CMYK Percentages of Color #d970db

%1
%49
%0
%14

Triadic Colors of #d970db

#d970db #dbd970 #70dbd9

Analogous Colors of #d970db

#d970db #db70a8 #a470db

Monochromatic Colors of #d970db

#d970db

Complementary Color

#d970db #72db70

#d970db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d970db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d970db Color CSS Codes

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

#d970db Text Font Color

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

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


#d970db Background Color

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

This div background color is #d970db


#d970db Border Color

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

This div border color is #d970db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d970db


Comments

No comments written yet.

Please login to write comment.