Color Hex Logo

#d181db Color Hex

#D181DB
(209,129,219)
0 Favorites   0 Comments

Color spaces of #d181db

RGB 209129219
HSL0.810.560.68
HSV293°41°86°
CMYK 0.050.410.00   0.14
XYZ46.930934.370371.1784
Yxy34.37030.30780.2254
Hunter Lab58.626240.2954-30.9460
CIE-Lab65.255444.9549-33.4816

#d181db color RGB value is (209,129,219).

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

The process color (four color CMYK) of #d181db color hex is 0.05, 0.41, 0.00, 0.14. Web safe color of #d181db is #cc99cc. Color #d181db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000001 11011011
Octal 321 201 333
Decimal 209 129 219
Hex D1 81 DB

RGB Percentages of Color #d181db

%37.52
%23.16
%39.32

CMYK Percentages of Color #d181db

%5
%41
%0
%14

Triadic Colors of #d181db

#d181db #dbd181 #81dbd1

Analogous Colors of #d181db

#d181db #db81b8 #a481db

Monochromatic Colors of #d181db

#d181db

Complementary Color

#d181db #8bdb81

#d181db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d181db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d181db Color CSS Codes

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

#d181db Text Font Color

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

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


#d181db Background Color

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

This div background color is #d181db


#d181db Border Color

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

This div border color is #d181db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d181db


Comments

No comments written yet.

Please login to write comment.