color codes Logo

#d185db color codes

#D185DB
(209,133,219)
0 Favorites   0 Comments

Color spaces of #d185db

RGB 209133219
HSL0.810.540.69
HSV293°39°86°
CMYK 0.050.390.00   0.14
XYZ47.468235.444871.3575
Yxy35.44480.30770.2298
Hunter Lab59.535538.1324-29.3883
CIE-Lab66.093542.8449-32.1821

#d185db color RGB value is (209,133,219).

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

The process color (four color CMYK) of #d185db color code is 0.05, 0.39, 0.00, 0.14. Web safe color of #d185db is #cc99cc. Color #d185db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000101 11011011
Octal 321 205 333
Decimal 209 133 219
Hex D1 85 DB

RGB Percentages of Color #d185db

%37.25
%23.71
%39.04

CMYK Percentages of Color #d185db

%5
%39
%0
%14

Triadic Colors of #d185db

#d185db #dbd185 #85dbd1

Analogous Colors of #d185db

#d185db #db85ba #a685db

Monochromatic Colors of #d185db

#d185db

Complementary Color

#d185db #8fdb85

#d185db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d185db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d185db Color CSS Codes

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

#d185db Text Font Color

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

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


#d185db Background Color

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

This div background color is #d185db


#d185db Border Color

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

This div border color is #d185db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d185db


Comments

No comments written yet.

Please login to write comment.