Color Hex Logo

#df91cf Color Hex

#DF91CF
(223,145,207)
0 Favorites   0 Comments

Color spaces of #df91cf

RGB 223145207
HSL0.870.550.72
HSV312°35°87°
CMYK 0.000.350.07   0.13
XYZ51.819340.443864.1067
Yxy40.44380.33140.2586
Hunter Lab63.595434.1547-15.2498
CIE-Lab69.784538.7039-19.7229

#df91cf color RGB value is (223,145,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010001 11001111
Octal 337 221 317
Decimal 223 145 207
Hex DF 91 CF

RGB Percentages of Color #df91cf

%38.78
%25.22
%36.00

CMYK Percentages of Color #df91cf

%0
%35
%7
%13

Triadic Colors of #df91cf

#df91cf #cfdf91 #91cfdf

Analogous Colors of #df91cf

#df91cf #df91a8 #c891df

Monochromatic Colors of #df91cf

#df91cf

Complementary Color

#df91cf #91dfa1

#df91cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df91cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#df91cf Color CSS Codes

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

#df91cf Text Font Color

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

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


#df91cf Background Color

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

This div background color is #df91cf


#df91cf Border Color

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

This div border color is #df91cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,145,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 #df91cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df91cf


Comments

No comments written yet.

Please login to write comment.