Color Hex Logo

#d043dd Color Hex

#D043DD
(208,67,221)
0 Favorites   0 Comments

Color spaces of #d043dd

RGB 20867221
HSL0.820.690.56
HSV295°70°87°
CMYK 0.060.700.00   0.13
XYZ41.070722.644770.6128
Yxy22.64470.30570.1686
Hunter Lab47.586470.7827-54.6690
CIE-Lab54.704573.2476-51.2120

#d043dd color RGB value is (208,67,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000011 11011101
Octal 320 103 335
Decimal 208 67 221
Hex D0 43 DD

RGB Percentages of Color #d043dd

%41.94
%13.51
%44.56

CMYK Percentages of Color #d043dd

%6
%70
%0
%13

Triadic Colors of #d043dd

#d043dd #ddd043 #43ddd0

Analogous Colors of #d043dd

#d043dd #dd439d #8343dd

Monochromatic Colors of #d043dd

#d043dd

Complementary Color

#d043dd #50dd43

#d043dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d043dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d043dd Color CSS Codes

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

#d043dd Text Font Color

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

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


#d043dd Background Color

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

This div background color is #d043dd


#d043dd Border Color

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

This div border color is #d043dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d043dd


Comments

No comments written yet.

Please login to write comment.