Color Hex Logo

#d687be Color Hex

#D687BE
(214,135,190)
0 Favorites   0 Comments

Color spaces of #d687be

RGB 214135190
HSL0.880.490.68
HSV318°37°84°
CMYK 0.000.370.11   0.16
XYZ45.689835.341853.1287
Yxy35.34180.34060.2634
Hunter Lab59.449033.1514-11.3724
CIE-Lab66.013938.1707-16.0505

#d687be color RGB value is (214,135,190).

#d687be hex color red value is 214, green value is 135 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d687be hue: 0.88 , saturation: 0.49 and the lightness value of d687be is 0.68.

The process color (four color CMYK) of #d687be color hex is 0.00, 0.37, 0.11, 0.16. Web safe color of #d687be is #cc99cc. Color #d687be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000111 10111110
Octal 326 207 276
Decimal 214 135 190
Hex D6 87 BE

RGB Percentages of Color #d687be

%39.70
%25.05
%35.25

CMYK Percentages of Color #d687be

%0
%37
%11
%16

Triadic Colors of #d687be

#d687be #bed687 #87bed6

Analogous Colors of #d687be

#d687be #d68797 #c787d6

Monochromatic Colors of #d687be

#d687be

Complementary Color

#d687be #87d69f

#d687be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d687be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d687be Color CSS Codes

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

#d687be Text Font Color

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

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


#d687be Background Color

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

This div background color is #d687be


#d687be Border Color

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

This div border color is #d687be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d687be


Comments

No comments written yet.

Please login to write comment.