Color Hex Logo

#d99bbc Color Hex

#D99BBC
(217,155,188)
0 Favorites   0 Comments

Color spaces of #d99bbc

RGB 217155188
HSL0.910.450.73
HSV328°29°85°
CMYK 0.000.290.13   0.15
XYZ49.413741.825253.0456
Yxy41.82520.34250.2899
Hunter Lab64.672423.2083-3.3602
CIE-Lab70.750228.1200-7.8023

#d99bbc color RGB value is (217,155,188).

#d99bbc hex color red value is 217, green value is 155 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d99bbc hue: 0.91 , saturation: 0.45 and the lightness value of d99bbc is 0.73.

The process color (four color CMYK) of #d99bbc color hex is 0.00, 0.29, 0.13, 0.15. Web safe color of #d99bbc is #cc99cc. Color #d99bbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011011 10111100
Octal 331 233 274
Decimal 217 155 188
Hex D9 9B BC

RGB Percentages of Color #d99bbc

%38.75
%27.68
%33.57

CMYK Percentages of Color #d99bbc

%0
%29
%13
%15

Triadic Colors of #d99bbc

#d99bbc #bcd99b #9bbcd9

Analogous Colors of #d99bbc

#d99bbc #d99b9d #d79bd9

Monochromatic Colors of #d99bbc

#d99bbc

Complementary Color

#d99bbc #9bd9b8

#d99bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99bbc Color CSS Codes

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

#d99bbc Text Font Color

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

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


#d99bbc Background Color

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

This div background color is #d99bbc


#d99bbc Border Color

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

This div border color is #d99bbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,155,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d99bbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d99bbc;
  -webkit-box-shadow: 1px 1px 3px 2px #d99bbc;
  box-shadow:         1px 1px 3px 2px #d99bbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,155,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99bbc


Comments

No comments written yet.

Please login to write comment.