Color Hex Logo

#de98df Color Hex

#DE98DF
(222,152,223)
0 Favorites   0 Comments

Color spaces of #de98df

RGB 222152223
HSL0.830.530.74
HSV299°32°87°
CMYK 0.000.320.00   0.13
XYZ54.671743.313875.2909
Yxy43.31380.31550.2500
Hunter Lab65.813233.1086-21.7590
CIE-Lab71.767437.5178-25.5346

#de98df color RGB value is (222,152,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10011000 11011111
Octal 336 230 337
Decimal 222 152 223
Hex DE 98 DF

RGB Percentages of Color #de98df

%37.19
%25.46
%37.35

CMYK Percentages of Color #de98df

%0
%32
%0
%13

Triadic Colors of #de98df

#de98df #dfde98 #98dfde

Analogous Colors of #de98df

#de98df #df98bd #bb98df

Monochromatic Colors of #de98df

#de98df

Complementary Color

#de98df #99df98

#de98df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de98df Color Preview on White Background

Lorem ipsum dolor sit amet.

#de98df Color CSS Codes

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

#de98df Text Font Color

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

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


#de98df Background Color

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

This div background color is #de98df


#de98df Border Color

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

This div border color is #de98df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de98df


Comments

No comments written yet.

Please login to write comment.