Color Hex Logo

#d382dc Color Hex

#D382DC
(211,130,220)
0 Favorites   0 Comments

Color spaces of #d382dc

RGB 211130220
HSL0.820.560.69
HSV294°41°86°
CMYK 0.040.410.00   0.14
XYZ47.764934.981571.9448
Yxy34.98150.30880.2261
Hunter Lab59.145240.6504-30.7194
CIE-Lab65.734345.2182-33.2768

#d382dc color RGB value is (211,130,220).

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

The process color (four color CMYK) of #d382dc color hex is 0.04, 0.41, 0.00, 0.14. Web safe color of #d382dc is #cc99cc. Color #d382dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000010 11011100
Octal 323 202 334
Decimal 211 130 220
Hex D3 82 DC

RGB Percentages of Color #d382dc

%37.61
%23.17
%39.22

CMYK Percentages of Color #d382dc

%4
%41
%0
%14

Triadic Colors of #d382dc

#d382dc #dcd382 #82dcd3

Analogous Colors of #d382dc

#d382dc #dc82b8 #a682dc

Monochromatic Colors of #d382dc

#d382dc

Complementary Color

#d382dc #8bdc82

#d382dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d382dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d382dc Color CSS Codes

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

#d382dc Text Font Color

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

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


#d382dc Background Color

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

This div background color is #d382dc


#d382dc Border Color

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

This div border color is #d382dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d382dc


Comments

No comments written yet.

Please login to write comment.