Color Hex Logo

#d928db Color Hex

#D928DB
(217,40,219)
0 Favorites   0 Comments

Color spaces of #d928db

RGB 21740219
HSL0.830.710.51
HSV299°82°86°
CMYK 0.010.820.00   0.14
XYZ42.160221.383868.9232
Yxy21.38380.31830.1614
Hunter Lab46.242681.8170-56.0001
CIE-Lab53.367082.3259-52.1260

#d928db color RGB value is (217,40,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00101000 11011011
Octal 331 50 333
Decimal 217 40 219
Hex D9 28 DB

RGB Percentages of Color #d928db

%45.59
%8.40
%46.01

CMYK Percentages of Color #d928db

%1
%82
%0
%14

Triadic Colors of #d928db

#d928db #dbd928 #28dbd9

Analogous Colors of #d928db

#d928db #db2884 #8028db

Monochromatic Colors of #d928db

#d928db

Complementary Color

#d928db #2adb28

#d928db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d928db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d928db Color CSS Codes

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

#d928db Text Font Color

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

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


#d928db Background Color

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

This div background color is #d928db


#d928db Border Color

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

This div border color is #d928db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d928db


Comments

No comments written yet.

Please login to write comment.