Color Hex Logo

#d683dc Color Hex

#D683DC
(214,131,220)
0 Favorites   0 Comments

Color spaces of #d683dc

RGB 214131220
HSL0.820.560.69
HSV296°40°86°
CMYK 0.030.400.00   0.14
XYZ48.766135.696072.0299
Yxy35.69600.31160.2281
Hunter Lab59.746141.1399-29.6577
CIE-Lab66.287045.5941-32.3925

#d683dc color RGB value is (214,131,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000011 11011100
Octal 326 203 334
Decimal 214 131 220
Hex D6 83 DC

RGB Percentages of Color #d683dc

%37.88
%23.19
%38.94

CMYK Percentages of Color #d683dc

%3
%40
%0
%14

Triadic Colors of #d683dc

#d683dc #dcd683 #83dcd6

Analogous Colors of #d683dc

#d683dc #dc83b6 #aa83dc

Monochromatic Colors of #d683dc

#d683dc

Complementary Color

#d683dc #89dc83

#d683dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d683dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d683dc Color CSS Codes

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

#d683dc Text Font Color

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

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


#d683dc Background Color

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

This div background color is #d683dc


#d683dc Border Color

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

This div border color is #d683dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d683dc


Comments

No comments written yet.

Please login to write comment.