Color Hex Logo

#df83cf Color Hex

#DF83CF
(223,131,207)
0 Favorites   0 Comments

Color spaces of #df83cf

RGB 223131207
HSL0.860.590.69
HSV310°41°87°
CMYK 0.000.410.07   0.13
XYZ49.810236.425663.4370
Yxy36.42560.33280.2434
Hunter Lab60.353641.6983-20.0715
CIE-Lab66.843846.0304-24.2072

#df83cf color RGB value is (223,131,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000011 11001111
Octal 337 203 317
Decimal 223 131 207
Hex DF 83 CF

RGB Percentages of Color #df83cf

%39.75
%23.35
%36.90

CMYK Percentages of Color #df83cf

%0
%41
%7
%13

Triadic Colors of #df83cf

#df83cf #cfdf83 #83cfdf

Analogous Colors of #df83cf

#df83cf #df83a1 #c183df

Monochromatic Colors of #df83cf

#df83cf

Complementary Color

#df83cf #83df93

#df83cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df83cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#df83cf Color CSS Codes

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

#df83cf Text Font Color

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

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


#df83cf Background Color

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

This div background color is #df83cf


#df83cf Border Color

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

This div border color is #df83cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df83cf


Comments

No comments written yet.

Please login to write comment.