Color Hex Logo

#d389db Color Hex

#D389DB
(211,137,219)
0 Favorites   0 Comments

Color spaces of #d389db

RGB 211137219
HSL0.820.530.70
HSV294°37°86°
CMYK 0.040.370.00   0.14
XYZ48.595836.854771.5702
Yxy36.85470.30950.2347
Hunter Lab60.708136.6471-27.4028
CIE-Lab67.167941.3306-30.5022

#d389db color RGB value is (211,137,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001001 11011011
Octal 323 211 333
Decimal 211 137 219
Hex D3 89 DB

RGB Percentages of Color #d389db

%37.21
%24.16
%38.62

CMYK Percentages of Color #d389db

%4
%37
%0
%14

Triadic Colors of #d389db

#d389db #dbd389 #89dbd3

Analogous Colors of #d389db

#d389db #db89ba #aa89db

Monochromatic Colors of #d389db

#d389db

Complementary Color

#d389db #91db89

#d389db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d389db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d389db Color CSS Codes

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

#d389db Text Font Color

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

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


#d389db Background Color

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

This div background color is #d389db


#d389db Border Color

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

This div border color is #d389db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d389db


Comments

No comments written yet.

Please login to write comment.