Color Hex Logo

#dd98df Color Hex

#DD98DF
(221,152,223)
0 Favorites   0 Comments

Color spaces of #dd98df

RGB 221152223
HSL0.830.530.74
HSV298°32°87°
CMYK 0.010.320.00   0.13
XYZ54.366343.156375.2766
Yxy43.15630.31460.2497
Hunter Lab65.693532.7587-21.9536
CIE-Lab71.660937.2012-25.7070

#dd98df color RGB value is (221,152,223).

#dd98df hex color red value is 221, green value is 152 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dd98df hue: 0.83 , saturation: 0.53 and the lightness value of dd98df is 0.74.

The process color (four color CMYK) of #dd98df color hex is 0.01, 0.32, 0.00, 0.13. Web safe color of #dd98df is #cc99cc. Color #dd98df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011000 11011111
Octal 335 230 337
Decimal 221 152 223
Hex DD 98 DF

RGB Percentages of Color #dd98df

%37.08
%25.50
%37.42

CMYK Percentages of Color #dd98df

%1
%32
%0
%13

Triadic Colors of #dd98df

#dd98df #dfdd98 #98dfdd

Analogous Colors of #dd98df

#dd98df #df98be #ba98df

Monochromatic Colors of #dd98df

#dd98df

Complementary Color

#dd98df #9adf98

#dd98df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd98df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd98df Color CSS Codes

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

#dd98df Text Font Color

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

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


#dd98df Background Color

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

This div background color is #dd98df


#dd98df Border Color

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

This div border color is #dd98df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,152,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd98df


Comments

No comments written yet.

Please login to write comment.