Color Hex Logo

#df9fcb Color Hex

#DF9FCB
(223,159,203)
0 Favorites   0 Comments

Color spaces of #df9fcb

RGB 223159203
HSL0.890.500.75
HSV319°29°87°
CMYK 0.000.290.09   0.13
XYZ53.609144.796062.3209
Yxy44.79600.33350.2787
Hunter Lab66.929825.8468-8.3563
CIE-Lab72.757430.5393-13.0260

#df9fcb color RGB value is (223,159,203).

#df9fcb hex color red value is 223, green value is 159 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #df9fcb hue: 0.89 , saturation: 0.50 and the lightness value of df9fcb is 0.75.

The process color (four color CMYK) of #df9fcb color hex is 0.00, 0.29, 0.09, 0.13. Web safe color of #df9fcb is #cc99cc. Color #df9fcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011111 11001011
Octal 337 237 313
Decimal 223 159 203
Hex DF 9F CB

RGB Percentages of Color #df9fcb

%38.12
%27.18
%34.70

CMYK Percentages of Color #df9fcb

%0
%29
%9
%13

Triadic Colors of #df9fcb

#df9fcb #cbdf9f #9fcbdf

Analogous Colors of #df9fcb

#df9fcb #df9fab #d39fdf

Monochromatic Colors of #df9fcb

#df9fcb

Complementary Color

#df9fcb #9fdfb3

#df9fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df9fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df9fcb Color CSS Codes

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

#df9fcb Text Font Color

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

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


#df9fcb Background Color

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

This div background color is #df9fcb


#df9fcb Border Color

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

This div border color is #df9fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df9fcb


Comments

No comments written yet.

Please login to write comment.