Color Hex Logo

#d385db Color Hex

#D385DB
(211,133,219)
0 Favorites   0 Comments

Color spaces of #d385db

RGB 211133219
HSL0.820.540.69
HSV294°39°86°
CMYK 0.040.390.00   0.14
XYZ48.037735.738471.3842
Yxy35.73840.30960.2303
Hunter Lab59.781638.8164-28.9501
CIE-Lab66.319643.4507-31.8141

#d385db color RGB value is (211,133,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000101 11011011
Octal 323 205 333
Decimal 211 133 219
Hex D3 85 DB

RGB Percentages of Color #d385db

%37.48
%23.62
%38.90

CMYK Percentages of Color #d385db

%4
%39
%0
%14

Triadic Colors of #d385db

#d385db #dbd385 #85dbd3

Analogous Colors of #d385db

#d385db #db85b8 #a885db

Monochromatic Colors of #d385db

#d385db

Complementary Color

#d385db #8ddb85

#d385db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d385db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d385db Color CSS Codes

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

#d385db Text Font Color

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

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


#d385db Background Color

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

This div background color is #d385db


#d385db Border Color

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

This div border color is #d385db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d385db


Comments

No comments written yet.

Please login to write comment.