Color Hex Logo

#d922db Color Hex

#D922DB
(217,34,219)
0 Favorites   0 Comments

Color spaces of #d922db

RGB 21734219
HSL0.830.730.50
HSV299°84°86°
CMYK 0.010.840.00   0.14
XYZ41.973521.010268.8610
Yxy21.01020.31840.1594
Hunter Lab45.836983.2405-56.9859
CIE-Lab52.960783.5137-52.7750

#d922db color RGB value is (217,34,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00100010 11011011
Octal 331 42 333
Decimal 217 34 219
Hex D9 22 DB

RGB Percentages of Color #d922db

%46.17
%7.23
%46.60

CMYK Percentages of Color #d922db

%1
%84
%0
%14

Triadic Colors of #d922db

#d922db #dbd922 #22dbd9

Analogous Colors of #d922db

#d922db #db2281 #7d22db

Monochromatic Colors of #d922db

#d922db

Complementary Color

#d922db #24db22

#d922db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d922db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d922db Color CSS Codes

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

#d922db Text Font Color

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

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


#d922db Background Color

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

This div background color is #d922db


#d922db Border Color

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

This div border color is #d922db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d922db


Comments

No comments written yet.

Please login to write comment.