Color Hex Logo

#df90cf Color Hex

#DF90CF
(223,144,207)
0 Favorites   0 Comments

Color spaces of #df90cf

RGB 223144207
HSL0.870.550.72
HSV312°35°87°
CMYK 0.000.350.07   0.13
XYZ51.667240.139564.0560
Yxy40.13950.33150.2575
Hunter Lab63.355734.6959-15.5963
CIE-Lab69.568839.2336-20.0506

#df90cf color RGB value is (223,144,207).

#df90cf hex color red value is 223, green value is 144 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #df90cf hue: 0.87 , saturation: 0.55 and the lightness value of df90cf is 0.72.

The process color (four color CMYK) of #df90cf color hex is 0.00, 0.35, 0.07, 0.13. Web safe color of #df90cf is #cc99cc. Color #df90cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010000 11001111
Octal 337 220 317
Decimal 223 144 207
Hex DF 90 CF

RGB Percentages of Color #df90cf

%38.85
%25.09
%36.06

CMYK Percentages of Color #df90cf

%0
%35
%7
%13

Triadic Colors of #df90cf

#df90cf #cfdf90 #90cfdf

Analogous Colors of #df90cf

#df90cf #df90a8 #c890df

Monochromatic Colors of #df90cf

#df90cf

Complementary Color

#df90cf #90dfa0

#df90cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df90cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#df90cf Color CSS Codes

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

#df90cf Text Font Color

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

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


#df90cf Background Color

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

This div background color is #df90cf


#df90cf Border Color

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

This div border color is #df90cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df90cf


Comments

No comments written yet.

Please login to write comment.