Color Hex Logo

#d687cb Color Hex

#D687CB
(214,135,203)
0 Favorites   0 Comments

Color spaces of #d687cb

RGB 214135203
HSL0.860.490.68
HSV308°37°84°
CMYK 0.000.370.05   0.16
XYZ47.175035.935960.9498
Yxy35.93590.32750.2494
Hunter Lab59.946635.5643-18.3197
CIE-Lab66.470940.3997-22.6379

#d687cb color RGB value is (214,135,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000111 11001011
Octal 326 207 313
Decimal 214 135 203
Hex D6 87 CB

RGB Percentages of Color #d687cb

%38.77
%24.46
%36.78

CMYK Percentages of Color #d687cb

%0
%37
%5
%16

Triadic Colors of #d687cb

#d687cb #cbd687 #87cbd6

Analogous Colors of #d687cb

#d687cb #d687a4 #ba87d6

Monochromatic Colors of #d687cb

#d687cb

Complementary Color

#d687cb #87d692

#d687cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d687cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d687cb Color CSS Codes

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

#d687cb Text Font Color

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

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


#d687cb Background Color

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

This div background color is #d687cb


#d687cb Border Color

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

This div border color is #d687cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d687cb


Comments

No comments written yet.

Please login to write comment.