Color Hex Logo

#df99ee Color Hex

#DF99EE
(223,153,238)
0 Favorites   0 Comments

Color spaces of #df99ee

RGB 223153238
HSL0.800.710.77
HSV289°36°93°
CMYK 0.060.360.00   0.07
XYZ57.255344.643586.4883
Yxy44.64350.30390.2370
Hunter Lab66.815836.0313-29.9756
CIE-Lab72.656540.1352-32.3673

#df99ee color RGB value is (223,153,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011001 11101110
Octal 337 231 356
Decimal 223 153 238
Hex DF 99 EE

RGB Percentages of Color #df99ee

%36.32
%24.92
%38.76

CMYK Percentages of Color #df99ee

%6
%36
%0
%7

Triadic Colors of #df99ee

#df99ee #eedf99 #99eedf

Analogous Colors of #df99ee

#df99ee #ee99d3 #b599ee

Monochromatic Colors of #df99ee

#df99ee

Complementary Color

#df99ee #a8ee99

#df99ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df99ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#df99ee Color CSS Codes

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

#df99ee Text Font Color

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

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


#df99ee Background Color

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

This div background color is #df99ee


#df99ee Border Color

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

This div border color is #df99ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df99ee


Comments

No comments written yet.

Please login to write comment.