Color Hex Logo

#df83ca Color Hex

#DF83CA
(223,131,202)
0 Favorites   0 Comments

Color spaces of #df83ca

RGB 223131202
HSL0.870.590.69
HSV314°41°87°
CMYK 0.000.410.09   0.13
XYZ49.208436.184860.2679
Yxy36.18480.33780.2484
Hunter Lab60.153840.7515-17.2948
CIE-Lab66.660945.1890-21.6934

#df83ca color RGB value is (223,131,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000011 11001010
Octal 337 203 312
Decimal 223 131 202
Hex DF 83 CA

RGB Percentages of Color #df83ca

%40.11
%23.56
%36.33

CMYK Percentages of Color #df83ca

%0
%41
%9
%13

Triadic Colors of #df83ca

#df83ca #cadf83 #83cadf

Analogous Colors of #df83ca

#df83ca #df839c #c683df

Monochromatic Colors of #df83ca

#df83ca

Complementary Color

#df83ca #83df98

#df83ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df83ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#df83ca Color CSS Codes

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

#df83ca Text Font Color

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

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


#df83ca Background Color

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

This div background color is #df83ca


#df83ca Border Color

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

This div border color is #df83ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df83ca


Comments

No comments written yet.

Please login to write comment.