Color Hex Logo

#df84cb Color Hex

#DF84CB
(223,132,203)
0 Favorites   0 Comments

Color spaces of #df84cb

RGB 223132203
HSL0.870.590.70
HSV313°41°87°
CMYK 0.000.410.09   0.13
XYZ49.462236.502360.9386
Yxy36.50230.33670.2485
Hunter Lab60.417140.4041-17.5097
CIE-Lab66.901944.8390-21.8847

#df84cb color RGB value is (223,132,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000100 11001011
Octal 337 204 313
Decimal 223 132 203
Hex DF 84 CB

RGB Percentages of Color #df84cb

%39.96
%23.66
%36.38

CMYK Percentages of Color #df84cb

%0
%41
%9
%13

Triadic Colors of #df84cb

#df84cb #cbdf84 #84cbdf

Analogous Colors of #df84cb

#df84cb #df849e #c684df

Monochromatic Colors of #df84cb

#df84cb

Complementary Color

#df84cb #84df98

#df84cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df84cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df84cb Color CSS Codes

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

#df84cb Text Font Color

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

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


#df84cb Background Color

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

This div background color is #df84cb


#df84cb Border Color

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

This div border color is #df84cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df84cb


Comments

No comments written yet.

Please login to write comment.