Color Hex Logo

#d787bf Color Hex

#D787BF
(215,135,191)
0 Favorites   0 Comments

Color spaces of #d787bf

RGB 215135191
HSL0.880.500.69
HSV318°37°84°
CMYK 0.000.370.11   0.16
XYZ46.092335.536653.7201
Yxy35.53660.34050.2626
Hunter Lab59.612633.6937-11.7006
CIE-Lab66.164338.6692-16.3732

#d787bf color RGB value is (215,135,191).

#d787bf hex color red value is 215, green value is 135 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d787bf hue: 0.88 , saturation: 0.50 and the lightness value of d787bf is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000111 10111111
Octal 327 207 277
Decimal 215 135 191
Hex D7 87 BF

RGB Percentages of Color #d787bf

%39.74
%24.95
%35.30

CMYK Percentages of Color #d787bf

%0
%37
%11
%16

Triadic Colors of #d787bf

#d787bf #bfd787 #87bfd7

Analogous Colors of #d787bf

#d787bf #d78797 #c787d7

Monochromatic Colors of #d787bf

#d787bf

Complementary Color

#d787bf #87d79f

#d787bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d787bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d787bf Color CSS Codes

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

#d787bf Text Font Color

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

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


#d787bf Background Color

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

This div background color is #d787bf


#d787bf Border Color

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

This div border color is #d787bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d787bf


Comments

No comments written yet.

Please login to write comment.