Color Hex Logo

#d828db Color Hex

#D828DB
(216,40,219)
0 Favorites   0 Comments

Color spaces of #d828db

RGB 21640219
HSL0.830.710.51
HSV299°82°86°
CMYK 0.010.820.00   0.14
XYZ41.863921.231068.9094
Yxy21.23100.31710.1608
Hunter Lab46.077181.5433-56.4156
CIE-Lab53.201482.1444-52.4001

#d828db color RGB value is (216,40,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00101000 11011011
Octal 330 50 333
Decimal 216 40 219
Hex D8 28 DB

RGB Percentages of Color #d828db

%45.47
%8.42
%46.11

CMYK Percentages of Color #d828db

%1
%82
%0
%14

Triadic Colors of #d828db

#d828db #dbd828 #28dbd8

Analogous Colors of #d828db

#d828db #db2885 #7f28db

Monochromatic Colors of #d828db

#d828db

Complementary Color

#d828db #2bdb28

#d828db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d828db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d828db Color CSS Codes

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

#d828db Text Font Color

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

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


#d828db Background Color

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

This div background color is #d828db


#d828db Border Color

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

This div border color is #d828db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d828db


Comments

No comments written yet.

Please login to write comment.