Color Hex Logo

#d188db Color Hex

#D188DB
(209,136,219)
0 Favorites   0 Comments

Color spaces of #d188db

RGB 209136219
HSL0.810.540.70
HSV293°38°86°
CMYK 0.050.380.00   0.14
XYZ47.884836.278171.4964
Yxy36.27810.30760.2331
Hunter Lab60.231336.5054-28.2171
CIE-Lab66.731941.2505-31.1942

#d188db color RGB value is (209,136,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001000 11011011
Octal 321 210 333
Decimal 209 136 219
Hex D1 88 DB

RGB Percentages of Color #d188db

%37.06
%24.11
%38.83

CMYK Percentages of Color #d188db

%5
%38
%0
%14

Triadic Colors of #d188db

#d188db #dbd188 #88dbd1

Analogous Colors of #d188db

#d188db #db88bc #a888db

Monochromatic Colors of #d188db

#d188db

Complementary Color

#d188db #92db88

#d188db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d188db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d188db Color CSS Codes

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

#d188db Text Font Color

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

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


#d188db Background Color

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

This div background color is #d188db


#d188db Border Color

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

This div border color is #d188db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d188db


Comments

No comments written yet.

Please login to write comment.