Color Hex Logo

#d843dc Color Hex

#D843DC
(216,67,220)
0 Favorites   0 Comments

Color spaces of #d843dc

RGB 21667220
HSL0.830.690.56
HSV298°70°86°
CMYK 0.020.700.00   0.14
XYZ43.244323.780570.0210
Yxy23.78050.31550.1735
Hunter Lab48.765372.9519-50.9976
CIE-Lab55.867474.7893-48.7220

#d843dc color RGB value is (216,67,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000011 11011100
Octal 330 103 334
Decimal 216 67 220
Hex D8 43 DC

RGB Percentages of Color #d843dc

%42.94
%13.32
%43.74

CMYK Percentages of Color #d843dc

%2
%70
%0
%14

Triadic Colors of #d843dc

#d843dc #dcd843 #43dcd8

Analogous Colors of #d843dc

#d843dc #dc4394 #8c43dc

Monochromatic Colors of #d843dc

#d843dc

Complementary Color

#d843dc #47dc43

#d843dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d843dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d843dc Color CSS Codes

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

#d843dc Text Font Color

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

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


#d843dc Background Color

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

This div background color is #d843dc


#d843dc Border Color

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

This div border color is #d843dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d843dc


Comments

No comments written yet.

Please login to write comment.