Color Hex Logo

#d685dc Color Hex

#D685DC
(214,133,220)
0 Favorites   0 Comments

Color spaces of #d685dc

RGB 214133220
HSL0.820.550.69
HSV296°40°86°
CMYK 0.030.400.00   0.14
XYZ49.037436.238572.1203
Yxy36.23850.31160.2302
Hunter Lab60.198440.0582-28.8931
CIE-Lab66.701844.5472-31.7503

#d685dc color RGB value is (214,133,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000101 11011100
Octal 326 205 334
Decimal 214 133 220
Hex D6 85 DC

RGB Percentages of Color #d685dc

%37.74
%23.46
%38.80

CMYK Percentages of Color #d685dc

%3
%40
%0
%14

Triadic Colors of #d685dc

#d685dc #dcd685 #85dcd6

Analogous Colors of #d685dc

#d685dc #dc85b7 #ab85dc

Monochromatic Colors of #d685dc

#d685dc

Complementary Color

#d685dc #8bdc85

#d685dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d685dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d685dc Color CSS Codes

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

#d685dc Text Font Color

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

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


#d685dc Background Color

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

This div background color is #d685dc


#d685dc Border Color

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

This div border color is #d685dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d685dc


Comments

No comments written yet.

Please login to write comment.