Color Hex Logo

#d040dd Color Hex

#D040DD
(208,64,221)
0 Favorites   0 Comments

Color spaces of #d040dd

RGB 20864221
HSL0.820.700.56
HSV295°71°87°
CMYK 0.060.710.00   0.13
XYZ40.897022.297170.5549
Yxy22.29710.30580.1667
Hunter Lab47.219871.9639-55.5361
CIE-Lab54.340874.2814-51.7916

#d040dd color RGB value is (208,64,221).

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

The process color (four color CMYK) of #d040dd color hex is 0.06, 0.71, 0.00, 0.13. Web safe color of #d040dd is #cc33cc. Color #d040dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000000 11011101
Octal 320 100 335
Decimal 208 64 221
Hex D0 40 DD

RGB Percentages of Color #d040dd

%42.19
%12.98
%44.83

CMYK Percentages of Color #d040dd

%6
%71
%0
%13

Triadic Colors of #d040dd

#d040dd #ddd040 #40ddd0

Analogous Colors of #d040dd

#d040dd #dd409c #8240dd

Monochromatic Colors of #d040dd

#d040dd

Complementary Color

#d040dd #4ddd40

#d040dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d040dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d040dd Color CSS Codes

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

#d040dd Text Font Color

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

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


#d040dd Background Color

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

This div background color is #d040dd


#d040dd Border Color

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

This div border color is #d040dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,64,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d040dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d040dd


Comments

No comments written yet.

Please login to write comment.