Color Hex Logo

#d898fb Color Hex

#D898FB
(216,152,251)
0 Favorites   0 Comments

Color spaces of #d898fb

RGB 216152251
HSL0.770.930.79
HSV279°39°98°
CMYK 0.140.390.00   0.02
XYZ56.959744.020496.7615
Yxy44.02040.28810.2226
Hunter Lab66.347937.1336-40.0248
CIE-Lab72.242141.1934-40.1428

#d898fb color RGB value is (216,152,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10011000 11111011
Octal 330 230 373
Decimal 216 152 251
Hex D8 98 FB

RGB Percentages of Color #d898fb

%34.89
%24.56
%40.55

CMYK Percentages of Color #d898fb

%14
%39
%0
%2

Triadic Colors of #d898fb

#d898fb #fbd898 #98fbd8

Analogous Colors of #d898fb

#d898fb #fb98ed #a798fb

Monochromatic Colors of #d898fb

#d898fb

Complementary Color

#d898fb #bbfb98

#d898fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d898fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d898fb Color CSS Codes

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

#d898fb Text Font Color

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

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


#d898fb Background Color

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

This div background color is #d898fb


#d898fb Border Color

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

This div border color is #d898fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d898fb


Comments

No comments written yet.

Please login to write comment.