Color Hex Logo

#d889fb Color Hex

#D889FB
(216,137,251)
0 Favorites   0 Comments

Color spaces of #d889fb

RGB 216137251
HSL0.780.930.76
HSV282°45°98°
CMYK 0.140.450.00   0.02
XYZ54.677139.455396.0006
Yxy39.45530.28760.2075
Hunter Lab62.813545.4550-46.6461
CIE-Lab69.079849.1162-45.0898

#d889fb color RGB value is (216,137,251).

#d889fb hex color red value is 216, green value is 137 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d889fb hue: 0.78 , saturation: 0.93 and the lightness value of d889fb is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001001 11111011
Octal 330 211 373
Decimal 216 137 251
Hex D8 89 FB

RGB Percentages of Color #d889fb

%35.76
%22.68
%41.56

CMYK Percentages of Color #d889fb

%14
%45
%0
%2

Triadic Colors of #d889fb

#d889fb #fbd889 #89fbd8

Analogous Colors of #d889fb

#d889fb #fb89e5 #9f89fb

Monochromatic Colors of #d889fb

#d889fb

Complementary Color

#d889fb #acfb89

#d889fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d889fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d889fb Color CSS Codes

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

#d889fb Text Font Color

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

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


#d889fb Background Color

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

This div background color is #d889fb


#d889fb Border Color

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

This div border color is #d889fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d889fb


Comments

No comments written yet.

Please login to write comment.