Color Hex Logo

#d388db Color Hex

#D388DB
(211,136,219)
0 Favorites   0 Comments

Color spaces of #d388db

RGB 211136219
HSL0.820.540.70
HSV294°38°86°
CMYK 0.040.380.00   0.14
XYZ48.454336.571771.5231
Yxy36.57170.30950.2336
Hunter Lab60.474537.1899-27.7900
CIE-Lab66.954541.8621-30.8320

#d388db color RGB value is (211,136,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001000 11011011
Octal 323 210 333
Decimal 211 136 219
Hex D3 88 DB

RGB Percentages of Color #d388db

%37.28
%24.03
%38.69

CMYK Percentages of Color #d388db

%4
%38
%0
%14

Triadic Colors of #d388db

#d388db #dbd388 #88dbd3

Analogous Colors of #d388db

#d388db #db88ba #aa88db

Monochromatic Colors of #d388db

#d388db

Complementary Color

#d388db #90db88

#d388db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d388db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d388db Color CSS Codes

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

#d388db Text Font Color

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

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


#d388db Background Color

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

This div background color is #d388db


#d388db Border Color

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

This div border color is #d388db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d388db


Comments

No comments written yet.

Please login to write comment.