Color Hex Logo

#d924db Color Hex

#D924DB
(217,36,219)
0 Favorites   0 Comments

Color spaces of #d924db

RGB 21736219
HSL0.830.720.50
HSV299°84°86°
CMYK 0.010.840.00   0.14
XYZ42.032321.127968.8806
Yxy21.12790.31830.1600
Hunter Lab45.965182.7885-56.6730
CIE-Lab53.089283.1374-52.5696

#d924db color RGB value is (217,36,219).

#d924db hex color red value is 217, green value is 36 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d924db hue: 0.83 , saturation: 0.72 and the lightness value of d924db is 0.50.

The process color (four color CMYK) of #d924db color hex is 0.01, 0.84, 0.00, 0.14. Web safe color of #d924db is #cc33cc. Color #d924db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00100100 11011011
Octal 331 44 333
Decimal 217 36 219
Hex D9 24 DB

RGB Percentages of Color #d924db

%45.97
%7.63
%46.40

CMYK Percentages of Color #d924db

%1
%84
%0
%14

Triadic Colors of #d924db

#d924db #dbd924 #24dbd9

Analogous Colors of #d924db

#d924db #db2482 #7e24db

Monochromatic Colors of #d924db

#d924db

Complementary Color

#d924db #26db24

#d924db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d924db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d924db Color CSS Codes

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

#d924db Text Font Color

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

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


#d924db Background Color

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

This div background color is #d924db


#d924db Border Color

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

This div border color is #d924db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d924db


Comments

No comments written yet.

Please login to write comment.