Color Hex Logo

#d489db Color Hex

#D489DB
(212,137,219)
0 Favorites   0 Comments

Color spaces of #d489db

RGB 212137219
HSL0.820.530.70
HSV295°37°86°
CMYK 0.030.370.00   0.14
XYZ48.883237.002871.5837
Yxy37.00280.31040.2350
Hunter Lab60.829936.9910-27.1906
CIE-Lab67.279141.6377-30.3213

#d489db color RGB value is (212,137,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001001 11011011
Octal 324 211 333
Decimal 212 137 219
Hex D4 89 DB

RGB Percentages of Color #d489db

%37.32
%24.12
%38.56

CMYK Percentages of Color #d489db

%3
%37
%0
%14

Triadic Colors of #d489db

#d489db #dbd489 #89dbd4

Analogous Colors of #d489db

#d489db #db89b9 #ab89db

Monochromatic Colors of #d489db

#d489db

Complementary Color

#d489db #90db89

#d489db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d489db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d489db Color CSS Codes

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

#d489db Text Font Color

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

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


#d489db Background Color

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

This div background color is #d489db


#d489db Border Color

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

This div border color is #d489db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d489db


Comments

No comments written yet.

Please login to write comment.