Color Hex Logo

#d072db Color Hex

#D072DB
(208,114,219)
0 Favorites   0 Comments

Color spaces of #d072db

RGB 208114219
HSL0.820.590.65
HSV294°48°86°
CMYK 0.050.480.00   0.14
XYZ44.815930.559070.5543
Yxy30.55900.30710.2094
Hunter Lab55.280247.9704-36.9759
CIE-Lab62.133652.3831-38.3553

#d072db color RGB value is (208,114,219).

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

The process color (four color CMYK) of #d072db color hex is 0.05, 0.48, 0.00, 0.14. Web safe color of #d072db is #cc66cc. Color #d072db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110010 11011011
Octal 320 162 333
Decimal 208 114 219
Hex D0 72 DB

RGB Percentages of Color #d072db

%38.45
%21.07
%40.48

CMYK Percentages of Color #d072db

%5
%48
%0
%14

Triadic Colors of #d072db

#d072db #dbd072 #72dbd0

Analogous Colors of #d072db

#d072db #db72b2 #9c72db

Monochromatic Colors of #d072db

#d072db

Complementary Color

#d072db #7ddb72

#d072db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d072db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d072db Color CSS Codes

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

#d072db Text Font Color

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

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


#d072db Background Color

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

This div background color is #d072db


#d072db Border Color

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

This div border color is #d072db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d072db


Comments

No comments written yet.

Please login to write comment.