Color Hex Logo

#df82af Color Hex

#DF82AF
(223,130,175)
0 Favorites   0 Comments

Color spaces of #df82af

RGB 223130175
HSL0.920.590.69
HSV331°42°87°
CMYK 0.000.420.22   0.13
XYZ46.151934.748444.8321
Yxy34.74840.36710.2764
Hunter Lab58.947836.5942-3.8289
CIE-Lab65.552341.4765-8.1823

#df82af color RGB value is (223,130,175).

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

The process color (four color CMYK) of #df82af color hex is 0.00, 0.42, 0.22, 0.13. Web safe color of #df82af is #cc9999. Color #df82af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000010 10101111
Octal 337 202 257
Decimal 223 130 175
Hex DF 82 AF

RGB Percentages of Color #df82af

%42.23
%24.62
%33.14

CMYK Percentages of Color #df82af

%0
%42
%22
%13

Triadic Colors of #df82af

#df82af #afdf82 #82afdf

Analogous Colors of #df82af

#df82af #df8482 #df82de

Monochromatic Colors of #df82af

#df82af

Complementary Color

#df82af #82dfb2

#df82af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df82af Color Preview on White Background

Lorem ipsum dolor sit amet.

#df82af Color CSS Codes

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

#df82af Text Font Color

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

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


#df82af Background Color

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

This div background color is #df82af


#df82af Border Color

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

This div border color is #df82af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df82af


Comments

No comments written yet.

Please login to write comment.