Color Hex Logo

#d391db Color Hex

#D391DB
(211,145,219)
0 Favorites   0 Comments

Color spaces of #d391db

RGB 211145219
HSL0.820.510.71
HSV294°34°86°
CMYK 0.040.340.00   0.14
XYZ49.775639.214271.9635
Yxy39.21420.30930.2436
Hunter Lab62.621232.2967-24.3004
CIE-Lab68.906137.0478-27.8232

#d391db color RGB value is (211,145,219).

#d391db hex color red value is 211, green value is 145 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d391db hue: 0.82 , saturation: 0.51 and the lightness value of d391db is 0.71.

The process color (four color CMYK) of #d391db color hex is 0.04, 0.34, 0.00, 0.14. Web safe color of #d391db is #cc99cc. Color #d391db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10010001 11011011
Octal 323 221 333
Decimal 211 145 219
Hex D3 91 DB

RGB Percentages of Color #d391db

%36.70
%25.22
%38.09

CMYK Percentages of Color #d391db

%4
%34
%0
%14

Triadic Colors of #d391db

#d391db #dbd391 #91dbd3

Analogous Colors of #d391db

#d391db #db91be #ae91db

Monochromatic Colors of #d391db

#d391db

Complementary Color

#d391db #99db91

#d391db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d391db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d391db Color CSS Codes

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

#d391db Text Font Color

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

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


#d391db Background Color

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

This div background color is #d391db


#d391db Border Color

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

This div border color is #d391db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d391db


Comments

No comments written yet.

Please login to write comment.