Color Hex Logo

#df82c9 Color Hex

#DF82C9
(223,130,201)
0 Favorites   0 Comments

Color spaces of #df82c9

RGB 223130201
HSL0.870.590.69
HSV314°42°87°
CMYK 0.000.420.10   0.13
XYZ48.956735.870359.6017
Yxy35.87030.33900.2484
Hunter Lab59.891841.0986-17.0785
CIE-Lab66.420745.5385-21.5002

#df82c9 color RGB value is (223,130,201).

#df82c9 hex color red value is 223, green value is 130 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #df82c9 hue: 0.87 , saturation: 0.59 and the lightness value of df82c9 is 0.69.

The process color (four color CMYK) of #df82c9 color hex is 0.00, 0.42, 0.10, 0.13. Web safe color of #df82c9 is #cc99cc. Color #df82c9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000010 11001001
Octal 337 202 311
Decimal 223 130 201
Hex DF 82 C9

RGB Percentages of Color #df82c9

%40.25
%23.47
%36.28

CMYK Percentages of Color #df82c9

%0
%42
%10
%13

Triadic Colors of #df82c9

#df82c9 #c9df82 #82c9df

Analogous Colors of #df82c9

#df82c9 #df829b #c782df

Monochromatic Colors of #df82c9

#df82c9

Complementary Color

#df82c9 #82df98

#df82c9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df82c9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df82c9 Color CSS Codes

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

#df82c9 Text Font Color

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

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


#df82c9 Background Color

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

This div background color is #df82c9


#df82c9 Border Color

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

This div border color is #df82c9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df82c9


Comments

No comments written yet.

Please login to write comment.