Color Hex Logo

#d899fb Color Hex

#D899FB
(216,153,251)
0 Favorites   0 Comments

Color spaces of #d899fb

RGB 216153251
HSL0.770.920.79
HSV279°39°98°
CMYK 0.140.390.00   0.02
XYZ57.122744.346496.8158
Yxy44.34640.28810.2236
Hunter Lab66.593136.5771-39.5831
CIE-Lab72.459440.6585-39.8042

#d899fb color RGB value is (216,153,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10011001 11111011
Octal 330 231 373
Decimal 216 153 251
Hex D8 99 FB

RGB Percentages of Color #d899fb

%34.84
%24.68
%40.48

CMYK Percentages of Color #d899fb

%14
%39
%0
%2

Triadic Colors of #d899fb

#d899fb #fbd899 #99fbd8

Analogous Colors of #d899fb

#d899fb #fb99ed #a799fb

Monochromatic Colors of #d899fb

#d899fb

Complementary Color

#d899fb #bcfb99

#d899fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d899fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d899fb Color CSS Codes

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

#d899fb Text Font Color

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

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


#d899fb Background Color

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

This div background color is #d899fb


#d899fb Border Color

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

This div border color is #d899fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d899fb


Comments

No comments written yet.

Please login to write comment.