Color Hex Logo

#d688bc Color Hex

#D688BC
(214,136,188)
0 Favorites   0 Comments

Color spaces of #d688bc

RGB 214136188
HSL0.890.490.69
HSV320°36°84°
CMYK 0.000.360.12   0.16
XYZ45.612835.535352.0319
Yxy35.53530.34250.2668
Hunter Lab59.611532.2624-10.0232
CIE-Lab66.163337.3066-14.7018

#d688bc color RGB value is (214,136,188).

#d688bc hex color red value is 214, green value is 136 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d688bc hue: 0.89 , saturation: 0.49 and the lightness value of d688bc is 0.69.

The process color (four color CMYK) of #d688bc color hex is 0.00, 0.36, 0.12, 0.16. Web safe color of #d688bc is #cc99cc. Color #d688bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001000 10111100
Octal 326 210 274
Decimal 214 136 188
Hex D6 88 BC

RGB Percentages of Color #d688bc

%39.78
%25.28
%34.94

CMYK Percentages of Color #d688bc

%0
%36
%12
%16

Triadic Colors of #d688bc

#d688bc #bcd688 #88bcd6

Analogous Colors of #d688bc

#d688bc #d68895 #c988d6

Monochromatic Colors of #d688bc

#d688bc

Complementary Color

#d688bc #88d6a2

#d688bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d688bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d688bc Color CSS Codes

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

#d688bc Text Font Color

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

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


#d688bc Background Color

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

This div background color is #d688bc


#d688bc Border Color

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

This div border color is #d688bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d688bc


Comments

No comments written yet.

Please login to write comment.