Color Hex Logo

#d685df Color Hex

#D685DF
(214,133,223)
0 Favorites   0 Comments

Color spaces of #d685df

RGB 214133223
HSL0.820.580.70
HSV294°40°87°
CMYK 0.040.400.00   0.13
XYZ49.438436.398974.2320
Yxy36.39890.30890.2274
Hunter Lab60.331540.6910-30.7185
CIE-Lab66.823645.1122-33.2254

#d685df color RGB value is (214,133,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000101 11011111
Octal 326 205 337
Decimal 214 133 223
Hex D6 85 DF

RGB Percentages of Color #d685df

%37.54
%23.33
%39.12

CMYK Percentages of Color #d685df

%4
%40
%0
%13

Triadic Colors of #d685df

#d685df #dfd685 #85dfd6

Analogous Colors of #d685df

#d685df #df85bb #a985df

Monochromatic Colors of #d685df

#d685df

Complementary Color

#d685df #8edf85

#d685df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d685df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d685df Color CSS Codes

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

#d685df Text Font Color

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

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


#d685df Background Color

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

This div background color is #d685df


#d685df Border Color

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

This div border color is #d685df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d685df


Comments

No comments written yet.

Please login to write comment.