Color Hex Logo

#d040db Color Hex

#D040DB
(208,64,219)
0 Favorites   0 Comments

Color spaces of #d040db

RGB 20864219
HSL0.820.680.55
HSV296°71°86°
CMYK 0.050.710.00   0.14
XYZ40.632022.191269.1596
Yxy22.19120.30790.1681
Hunter Lab47.107571.5247-54.0697
CIE-Lab54.229373.9450-50.8354

#d040db color RGB value is (208,64,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000000 11011011
Octal 320 100 333
Decimal 208 64 219
Hex D0 40 DB

RGB Percentages of Color #d040db

%42.36
%13.03
%44.60

CMYK Percentages of Color #d040db

%5
%71
%0
%14

Triadic Colors of #d040db

#d040db #dbd040 #40dbd0

Analogous Colors of #d040db

#d040db #db4099 #8340db

Monochromatic Colors of #d040db

#d040db

Complementary Color

#d040db #4bdb40

#d040db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d040db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d040db Color CSS Codes

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

#d040db Text Font Color

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

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


#d040db Background Color

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

This div background color is #d040db


#d040db Border Color

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

This div border color is #d040db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d040db


Comments

No comments written yet.

Please login to write comment.