Color Hex Logo

#df9ffe Color Hex

#DF9FFE
(223,159,254)
0 Favorites   0 Comments

Color spaces of #df9ffe

RGB 223159254
HSL0.780.980.81
HSV280°37°100°
CMYK 0.120.370.00   0.00
XYZ60.719047.640099.7611
Yxy47.64000.29170.2289
Hunter Lab69.021736.2399-37.3800
CIE-Lab74.597340.1189-38.0490

#df9ffe color RGB value is (223,159,254).

#df9ffe hex color red value is 223, green value is 159 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #df9ffe hue: 0.78 , saturation: 0.98 and the lightness value of df9ffe is 0.81.

The process color (four color CMYK) of #df9ffe color hex is 0.12, 0.37, 0.00, 0.00. Web safe color of #df9ffe is #cc99ff. Color #df9ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011111 11111110
Octal 337 237 376
Decimal 223 159 254
Hex DF 9F FE

RGB Percentages of Color #df9ffe

%35.06
%25.00
%39.94

CMYK Percentages of Color #df9ffe

%12
%37
%0
%0

Triadic Colors of #df9ffe

#df9ffe #fedf9f #9ffedf

Analogous Colors of #df9ffe

#df9ffe #fe9fee #b09ffe

Monochromatic Colors of #df9ffe

#df9ffe

Complementary Color

#df9ffe #befe9f

#df9ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df9ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#df9ffe Color CSS Codes

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

#df9ffe Text Font Color

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

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


#df9ffe Background Color

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

This div background color is #df9ffe


#df9ffe Border Color

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

This div border color is #df9ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df9ffe


Comments

No comments written yet.

Please login to write comment.