Color Hex Logo

#d926db Color Hex

#D926DB
(217,38,219)
0 Favorites   0 Comments

Color spaces of #d926db

RGB 21738219
HSL0.830.720.50
HSV299°83°86°
CMYK 0.010.830.00   0.14
XYZ42.094621.252468.9013
Yxy21.25240.31830.1607
Hunter Lab46.100382.3143-56.3443
CIE-Lab53.224682.7417-52.3533

#d926db color RGB value is (217,38,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00100110 11011011
Octal 331 46 333
Decimal 217 38 219
Hex D9 26 DB

RGB Percentages of Color #d926db

%45.78
%8.02
%46.20

CMYK Percentages of Color #d926db

%1
%83
%0
%14

Triadic Colors of #d926db

#d926db #dbd926 #26dbd9

Analogous Colors of #d926db

#d926db #db2683 #7f26db

Monochromatic Colors of #d926db

#d926db

Complementary Color

#d926db #28db26

#d926db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d926db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d926db Color CSS Codes

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

#d926db Text Font Color

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

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


#d926db Background Color

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

This div background color is #d926db


#d926db Border Color

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

This div border color is #d926db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d926db


Comments

No comments written yet.

Please login to write comment.