Color Hex Logo

#df83bf Color Hex

#DF83BF
(223,131,191)
0 Favorites   0 Comments

Color spaces of #df83bf

RGB 223131191
HSL0.890.590.69
HSV321°41°87°
CMYK 0.000.410.14   0.13
XYZ47.951735.682253.6502
Yxy35.68220.34930.2599
Hunter Lab59.734638.7547-11.4367
CIE-Lab66.276443.3990-16.1114

#df83bf color RGB value is (223,131,191).

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

The process color (four color CMYK) of #df83bf color hex is 0.00, 0.41, 0.14, 0.13. Web safe color of #df83bf is #cc99cc. Color #df83bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000011 10111111
Octal 337 203 277
Decimal 223 131 191
Hex DF 83 BF

RGB Percentages of Color #df83bf

%40.92
%24.04
%35.05

CMYK Percentages of Color #df83bf

%0
%41
%14
%13

Triadic Colors of #df83bf

#df83bf #bfdf83 #83bfdf

Analogous Colors of #df83bf

#df83bf #df8391 #d183df

Monochromatic Colors of #df83bf

#df83bf

Complementary Color

#df83bf #83dfa3

#df83bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df83bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#df83bf Color CSS Codes

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

#df83bf Text Font Color

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

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


#df83bf Background Color

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

This div background color is #df83bf


#df83bf Border Color

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

This div border color is #df83bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df83bf


Comments

No comments written yet.

Please login to write comment.