Color Hex Logo

#d788bf Color Hex

#D788BF
(215,136,191)
0 Favorites   0 Comments

Color spaces of #d788bf

RGB 215136191
HSL0.880.500.69
HSV318°37°84°
CMYK 0.000.370.11   0.16
XYZ46.232535.817053.7669
Yxy35.81700.34040.2637
Hunter Lab59.847333.1598-11.3731
CIE-Lab66.379938.1381-16.0475

#d788bf color RGB value is (215,136,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10001000 10111111
Octal 327 210 277
Decimal 215 136 191
Hex D7 88 BF

RGB Percentages of Color #d788bf

%39.67
%25.09
%35.24

CMYK Percentages of Color #d788bf

%0
%37
%11
%16

Triadic Colors of #d788bf

#d788bf #bfd788 #88bfd7

Analogous Colors of #d788bf

#d788bf #d78898 #c888d7

Monochromatic Colors of #d788bf

#d788bf

Complementary Color

#d788bf #88d7a0

#d788bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d788bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d788bf Color CSS Codes

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

#d788bf Text Font Color

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

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


#d788bf Background Color

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

This div background color is #d788bf


#d788bf Border Color

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

This div border color is #d788bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,136,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 #d788bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d788bf


Comments

No comments written yet.

Please login to write comment.