Color Hex Logo

#d046dc Color Hex

#D046DC
(208,70,220)
0 Favorites   0 Comments

Color spaces of #d046dc

RGB 20870220
HSL0.820.680.57
HSV295°68°86°
CMYK 0.050.680.00   0.14
XYZ41.120922.957569.9741
Yxy22.95750.30680.1713
Hunter Lab47.914069.3434-53.0480
CIE-Lab55.028572.0047-50.1297

#d046dc color RGB value is (208,70,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000110 11011100
Octal 320 106 334
Decimal 208 70 220
Hex D0 46 DC

RGB Percentages of Color #d046dc

%41.77
%14.06
%44.18

CMYK Percentages of Color #d046dc

%5
%68
%0
%14

Triadic Colors of #d046dc

#d046dc #dcd046 #46dcd0

Analogous Colors of #d046dc

#d046dc #dc469d #8546dc

Monochromatic Colors of #d046dc

#d046dc

Complementary Color

#d046dc #52dc46

#d046dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d046dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d046dc Color CSS Codes

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

#d046dc Text Font Color

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

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


#d046dc Background Color

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

This div background color is #d046dc


#d046dc Border Color

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

This div border color is #d046dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d046dc


Comments

No comments written yet.

Please login to write comment.