Color Hex Logo

#d682dc Color Hex

#D682DC
(214,130,220)
0 Favorites   0 Comments

Color spaces of #d682dc

RGB 214130220
HSL0.820.560.69
HSV296°41°86°
CMYK 0.030.410.00   0.14
XYZ48.632535.428771.9854
Yxy35.42870.31170.2270
Hunter Lab59.522041.6800-30.0394
CIE-Lab66.081146.1157-32.7116

#d682dc color RGB value is (214,130,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000010 11011100
Octal 326 202 334
Decimal 214 130 220
Hex D6 82 DC

RGB Percentages of Color #d682dc

%37.94
%23.05
%39.01

CMYK Percentages of Color #d682dc

%3
%41
%0
%14

Triadic Colors of #d682dc

#d682dc #dcd682 #82dcd6

Analogous Colors of #d682dc

#d682dc #dc82b5 #a982dc

Monochromatic Colors of #d682dc

#d682dc

Complementary Color

#d682dc #88dc82

#d682dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d682dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d682dc Color CSS Codes

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

#d682dc Text Font Color

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

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


#d682dc Background Color

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

This div background color is #d682dc


#d682dc Border Color

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

This div border color is #d682dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d682dc


Comments

No comments written yet.

Please login to write comment.