Color Hex Logo

#df83cc Color Hex

#DF83CC
(223,131,204)
0 Favorites   0 Comments

Color spaces of #df83cc

RGB 223131204
HSL0.870.590.69
HSV312°41°87°
CMYK 0.000.410.09   0.13
XYZ49.446836.280261.5234
Yxy36.28020.33580.2464
Hunter Lab60.233041.1272-18.3970
CIE-Lab66.733545.5234-22.7007

#df83cc color RGB value is (223,131,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000011 11001100
Octal 337 203 314
Decimal 223 131 204
Hex DF 83 CC

RGB Percentages of Color #df83cc

%39.96
%23.48
%36.56

CMYK Percentages of Color #df83cc

%0
%41
%9
%13

Triadic Colors of #df83cc

#df83cc #ccdf83 #83ccdf

Analogous Colors of #df83cc

#df83cc #df839e #c483df

Monochromatic Colors of #df83cc

#df83cc

Complementary Color

#df83cc #83df96

#df83cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df83cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#df83cc Color CSS Codes

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

#df83cc Text Font Color

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

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


#df83cc Background Color

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

This div background color is #df83cc


#df83cc Border Color

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

This div border color is #df83cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df83cc


Comments

No comments written yet.

Please login to write comment.