Color Hex Logo

#d484db Color Hex

#D484DB
(212,132,219)
0 Favorites   0 Comments

Color spaces of #d484db

RGB 212132219
HSL0.820.550.69
HSV295°40°86°
CMYK 0.030.400.00   0.14
XYZ48.188835.614171.3522
Yxy35.61410.31060.2295
Hunter Lab59.677639.7006-29.1145
CIE-Lab66.224044.2797-31.9528

#d484db color RGB value is (212,132,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000100 11011011
Octal 324 204 333
Decimal 212 132 219
Hex D4 84 DB

RGB Percentages of Color #d484db

%37.66
%23.45
%38.90

CMYK Percentages of Color #d484db

%3
%40
%0
%14

Triadic Colors of #d484db

#d484db #dbd484 #84dbd4

Analogous Colors of #d484db

#d484db #db84b7 #a984db

Monochromatic Colors of #d484db

#d484db

Complementary Color

#d484db #8bdb84

#d484db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d484db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d484db Color CSS Codes

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

#d484db Text Font Color

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

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


#d484db Background Color

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

This div background color is #d484db


#d484db Border Color

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

This div border color is #d484db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d484db


Comments

No comments written yet.

Please login to write comment.