Color Hex Logo

#df99ef Color Hex

#DF99EF
(223,153,239)
0 Favorites   0 Comments

Color spaces of #df99ef

RGB 223153239
HSL0.800.730.77
HSV289°36°94°
CMYK 0.070.360.00   0.06
XYZ57.402644.702487.2643
Yxy44.70240.30310.2361
Hunter Lab66.859936.2466-30.5824
CIE-Lab72.695540.3290-32.8524

#df99ef color RGB value is (223,153,239).

#df99ef hex color red value is 223, green value is 153 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #df99ef hue: 0.80 , saturation: 0.73 and the lightness value of df99ef is 0.77.

The process color (four color CMYK) of #df99ef color hex is 0.07, 0.36, 0.00, 0.06. Web safe color of #df99ef is #cc99ff. Color #df99ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011001 11101111
Octal 337 231 357
Decimal 223 153 239
Hex DF 99 EF

RGB Percentages of Color #df99ef

%36.26
%24.88
%38.86

CMYK Percentages of Color #df99ef

%7
%36
%0
%6

Triadic Colors of #df99ef

#df99ef #efdf99 #99efdf

Analogous Colors of #df99ef

#df99ef #ef99d4 #b499ef

Monochromatic Colors of #df99ef

#df99ef

Complementary Color

#df99ef #a9ef99

#df99ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df99ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#df99ef Color CSS Codes

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

#df99ef Text Font Color

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

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


#df99ef Background Color

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

This div background color is #df99ef


#df99ef Border Color

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

This div border color is #df99ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df99ef


Comments

No comments written yet.

Please login to write comment.