color codes Logo

#df84c7 color codes

#DF84C7
(223,132,199)
0 Favorites   0 Comments

Color spaces of #df84c7

RGB 223132199
HSL0.880.590.70
HSV316°41°87°
CMYK 0.000.410.11   0.13
XYZ48.991536.314058.4600
Yxy36.31400.34080.2526
Hunter Lab60.261139.6613-15.3352
CIE-Lab66.759144.1747-19.8653

#df84c7 color RGB value is (223,132,199).

#df84c7 hex color red value is 223, green value is 132 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #df84c7 hue: 0.88 , saturation: 0.59 and the lightness value of df84c7 is 0.70.

The process color (four color CMYK) of #df84c7 color code is 0.00, 0.41, 0.11, 0.13. Web safe color of #df84c7 is #cc99cc. Color #df84c7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000100 11000111
Octal 337 204 307
Decimal 223 132 199
Hex DF 84 C7

RGB Percentages of Color #df84c7

%40.25
%23.83
%35.92

CMYK Percentages of Color #df84c7

%0
%41
%11
%13

Triadic Colors of #df84c7

#df84c7 #c7df84 #84c7df

Analogous Colors of #df84c7

#df84c7 #df849a #ca84df

Monochromatic Colors of #df84c7

#df84c7

Complementary Color

#df84c7 #84df9c

#df84c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df84c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df84c7 Color CSS Codes

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

#df84c7 Text Font Color

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

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


#df84c7 Background Color

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

This div background color is #df84c7


#df84c7 Border Color

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

This div border color is #df84c7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df84c7


Comments

No comments written yet.

Please login to write comment.