Color Hex Logo

#df82ba Color Hex

#DF82BA
(223,130,186)
0 Favorites   0 Comments

Color spaces of #df82ba

RGB 223130186
HSL0.900.590.69
HSV324°42°87°
CMYK 0.000.420.17   0.13
XYZ47.277035.198450.7566
Yxy35.19840.35480.2642
Hunter Lab59.328238.4172-9.1941
CIE-Lab65.902843.1334-13.8629

#df82ba color RGB value is (223,130,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000010 10111010
Octal 337 202 272
Decimal 223 130 186
Hex DF 82 BA

RGB Percentages of Color #df82ba

%41.37
%24.12
%34.51

CMYK Percentages of Color #df82ba

%0
%42
%17
%13

Triadic Colors of #df82ba

#df82ba #badf82 #82badf

Analogous Colors of #df82ba

#df82ba #df828c #d682df

Monochromatic Colors of #df82ba

#df82ba

Complementary Color

#df82ba #82dfa7

#df82ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df82ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#df82ba Color CSS Codes

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

#df82ba Text Font Color

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

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


#df82ba Background Color

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

This div background color is #df82ba


#df82ba Border Color

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

This div border color is #df82ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df82ba


Comments

No comments written yet.

Please login to write comment.