Color Hex Logo

#d788ba Color Hex

#D788BA
(215,136,186)
0 Favorites   0 Comments

Color spaces of #d788ba

RGB 215136186
HSL0.890.500.69
HSV322°37°84°
CMYK 0.000.370.13   0.16
XYZ45.691435.600650.9178
Yxy35.60060.34560.2693
Hunter Lab59.666232.2764-8.8304
CIE-Lab66.213637.3145-13.4910

#d788ba color RGB value is (215,136,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10001000 10111010
Octal 327 210 272
Decimal 215 136 186
Hex D7 88 BA

RGB Percentages of Color #d788ba

%40.04
%25.33
%34.64

CMYK Percentages of Color #d788ba

%0
%37
%13
%16

Triadic Colors of #d788ba

#d788ba #bad788 #88bad7

Analogous Colors of #d788ba

#d788ba #d78893 #cd88d7

Monochromatic Colors of #d788ba

#d788ba

Complementary Color

#d788ba #88d7a5

#d788ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d788ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d788ba Color CSS Codes

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

#d788ba Text Font Color

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

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


#d788ba Background Color

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

This div background color is #d788ba


#d788ba Border Color

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

This div border color is #d788ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d788ba


Comments

No comments written yet.

Please login to write comment.