Color Hex Logo

#d685de Color Hex

#D685DE
(214,133,222)
0 Favorites   0 Comments

Color spaces of #d685de

RGB 214133222
HSL0.820.570.70
HSV295°40°87°
CMYK 0.040.400.00   0.13
XYZ49.303936.345173.5240
Yxy36.34510.30980.2283
Hunter Lab60.286940.4790-30.1074
CIE-Lab66.782844.9232-32.7344

#d685de color RGB value is (214,133,222).

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

The process color (four color CMYK) of #d685de color hex is 0.04, 0.40, 0.00, 0.13. Web safe color of #d685de is #cc99cc. Color #d685de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000101 11011110
Octal 326 205 336
Decimal 214 133 222
Hex D6 85 DE

RGB Percentages of Color #d685de

%37.61
%23.37
%39.02

CMYK Percentages of Color #d685de

%4
%40
%0
%13

Triadic Colors of #d685de

#d685de #ded685 #85ded6

Analogous Colors of #d685de

#d685de #de85ba #aa85de

Monochromatic Colors of #d685de

#d685de

Complementary Color

#d685de #8dde85

#d685de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d685de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d685de Color CSS Codes

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

#d685de Text Font Color

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

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


#d685de Background Color

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

This div background color is #d685de


#d685de Border Color

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

This div border color is #d685de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,133,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d685de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d685de


Comments

No comments written yet.

Please login to write comment.