Color Hex Logo

#df81cd Color Hex

#DF81CD
(223,129,205)
0 Favorites   0 Comments

Color spaces of #df81cd

RGB 223129205
HSL0.870.590.69
HSV311°42°87°
CMYK 0.000.420.08   0.13
XYZ49.301135.796362.0685
Yxy35.79630.33500.2432
Hunter Lab59.830042.3850-19.6273
CIE-Lab66.364046.7206-23.8246

#df81cd color RGB value is (223,129,205).

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

The process color (four color CMYK) of #df81cd color hex is 0.00, 0.42, 0.08, 0.13. Web safe color of #df81cd is #cc99cc. Color #df81cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000001 11001101
Octal 337 201 315
Decimal 223 129 205
Hex DF 81 CD

RGB Percentages of Color #df81cd

%40.04
%23.16
%36.80

CMYK Percentages of Color #df81cd

%0
%42
%8
%13

Triadic Colors of #df81cd

#df81cd #cddf81 #81cddf

Analogous Colors of #df81cd

#df81cd #df819e #c281df

Monochromatic Colors of #df81cd

#df81cd

Complementary Color

#df81cd #81df93

#df81cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df81cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df81cd Color CSS Codes

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

#df81cd Text Font Color

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

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


#df81cd Background Color

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

This div background color is #df81cd


#df81cd Border Color

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

This div border color is #df81cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df81cd


Comments

No comments written yet.

Please login to write comment.