Color Hex Logo

#d028db Color Hex

#D028DB
(208,40,219)
0 Favorites   0 Comments

Color spaces of #d028db

RGB 20840219
HSL0.820.710.51
HSV296°82°86°
CMYK 0.050.820.00   0.14
XYZ39.557420.042068.8014
Yxy20.04200.30810.1561
Hunter Lab44.768379.3786-59.7810
CIE-Lab51.884780.7010-54.5806

#d028db color RGB value is (208,40,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00101000 11011011
Octal 320 50 333
Decimal 208 40 219
Hex D0 28 DB

RGB Percentages of Color #d028db

%44.54
%8.57
%46.90

CMYK Percentages of Color #d028db

%5
%82
%0
%14

Triadic Colors of #d028db

#d028db #dbd028 #28dbd0

Analogous Colors of #d028db

#d028db #db288d #7728db

Monochromatic Colors of #d028db

#d028db

Complementary Color

#d028db #33db28

#d028db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d028db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d028db Color CSS Codes

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

#d028db Text Font Color

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

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


#d028db Background Color

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

This div background color is #d028db


#d028db Border Color

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

This div border color is #d028db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d028db


Comments

No comments written yet.

Please login to write comment.