Color Hex Logo

#d99cfb Color Hex

#D99CFB
(217,156,251)
0 Favorites   0 Comments

Color spaces of #d99cfb

RGB 217156251
HSL0.770.920.80
HSV279°38°98°
CMYK 0.140.380.00   0.02
XYZ57.916345.493796.9954
Yxy45.49370.28900.2270
Hunter Lab67.449035.2364-38.0480
CIE-Lab73.215839.3434-38.6189

#d99cfb color RGB value is (217,156,251).

#d99cfb hex color red value is 217, green value is 156 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d99cfb hue: 0.77 , saturation: 0.92 and the lightness value of d99cfb is 0.80.

The process color (four color CMYK) of #d99cfb color hex is 0.14, 0.38, 0.00, 0.02. Web safe color of #d99cfb is #cc99ff. Color #d99cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011100 11111011
Octal 331 234 373
Decimal 217 156 251
Hex D9 9C FB

RGB Percentages of Color #d99cfb

%34.78
%25.00
%40.22

CMYK Percentages of Color #d99cfb

%14
%38
%0
%2

Triadic Colors of #d99cfb

#d99cfb #fbd99c #9cfbd9

Analogous Colors of #d99cfb

#d99cfb #fb9cee #aa9cfb

Monochromatic Colors of #d99cfb

#d99cfb

Complementary Color

#d99cfb #befb9c

#d99cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99cfb Color CSS Codes

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

#d99cfb Text Font Color

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

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


#d99cfb Background Color

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

This div background color is #d99cfb


#d99cfb Border Color

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

This div border color is #d99cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99cfb


Comments

No comments written yet.

Please login to write comment.