Color Hex Logo

#d99bed Color Hex

#D99BED
(217,155,237)
0 Favorites   0 Comments

Color spaces of #d99bed

RGB 217155237
HSL0.790.690.77
HSV285°35°93°
CMYK 0.080.350.00   0.07
XYZ55.622744.308885.7416
Yxy44.30880.29960.2386
Hunter Lab66.564932.6691-29.7755
CIE-Lab72.434437.0401-32.2156

#d99bed color RGB value is (217,155,237).

#d99bed hex color red value is 217, green value is 155 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d99bed hue: 0.79 , saturation: 0.69 and the lightness value of d99bed is 0.77.

The process color (four color CMYK) of #d99bed color hex is 0.08, 0.35, 0.00, 0.07. Web safe color of #d99bed is #cc99ff. Color #d99bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011011 11101101
Octal 331 233 355
Decimal 217 155 237
Hex D9 9B ED

RGB Percentages of Color #d99bed

%35.63
%25.45
%38.92

CMYK Percentages of Color #d99bed

%8
%35
%0
%7

Triadic Colors of #d99bed

#d99bed #edd99b #9bedd9

Analogous Colors of #d99bed

#d99bed #ed9bd8 #b09bed

Monochromatic Colors of #d99bed

#d99bed

Complementary Color

#d99bed #afed9b

#d99bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99bed Color CSS Codes

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

#d99bed Text Font Color

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

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


#d99bed Background Color

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

This div background color is #d99bed


#d99bed Border Color

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

This div border color is #d99bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99bed


Comments

No comments written yet.

Please login to write comment.