Color Hex Logo

#df98fb Color Hex

#DF98FB
(223,152,251)
0 Favorites   0 Comments

Color spaces of #df98fb

RGB 223152251
HSL0.790.930.79
HSV283°39°98°
CMYK 0.110.390.00   0.02
XYZ59.072245.109596.8603
Yxy45.10950.29380.2244
Hunter Lab67.163639.4592-38.4908
CIE-Lab72.963943.2304-38.9638

#df98fb color RGB value is (223,152,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011000 11111011
Octal 337 230 373
Decimal 223 152 251
Hex DF 98 FB

RGB Percentages of Color #df98fb

%35.62
%24.28
%40.10

CMYK Percentages of Color #df98fb

%11
%39
%0
%2

Triadic Colors of #df98fb

#df98fb #fbdf98 #98fbdf

Analogous Colors of #df98fb

#df98fb #fb98e6 #ae98fb

Monochromatic Colors of #df98fb

#df98fb

Complementary Color

#df98fb #b4fb98

#df98fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df98fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df98fb Color CSS Codes

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

#df98fb Text Font Color

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

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


#df98fb Background Color

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

This div background color is #df98fb


#df98fb Border Color

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

This div border color is #df98fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df98fb

Related Colors


Comments

No comments written yet.

Please login to write comment.