Color Hex Logo

#d841dc Color Hex

#D841DC
(216,65,220)
0 Favorites   0 Comments

Color spaces of #d841dc

RGB 21665220
HSL0.830.690.56
HSV298°70°86°
CMYK 0.020.700.00   0.14
XYZ43.127523.546869.9821
Yxy23.54680.31560.1723
Hunter Lab48.525073.7262-51.5396
CIE-Lab55.631275.4609-49.0973

#d841dc color RGB value is (216,65,220).

#d841dc hex color red value is 216, green value is 65 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d841dc hue: 0.83 , saturation: 0.69 and the lightness value of d841dc is 0.56.

The process color (four color CMYK) of #d841dc color hex is 0.02, 0.70, 0.00, 0.14. Web safe color of #d841dc is #cc33cc. Color #d841dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000001 11011100
Octal 330 101 334
Decimal 216 65 220
Hex D8 41 DC

RGB Percentages of Color #d841dc

%43.11
%12.97
%43.91

CMYK Percentages of Color #d841dc

%2
%70
%0
%14

Triadic Colors of #d841dc

#d841dc #dcd841 #41dcd8

Analogous Colors of #d841dc

#d841dc #dc4193 #8b41dc

Monochromatic Colors of #d841dc

#d841dc

Complementary Color

#d841dc #45dc41

#d841dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d841dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d841dc Color CSS Codes

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

#d841dc Text Font Color

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

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


#d841dc Background Color

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

This div background color is #d841dc


#d841dc Border Color

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

This div border color is #d841dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d841dc


Comments

No comments written yet.

Please login to write comment.