Color Hex Logo

#df31cd Color Hex

#DF31CD
(223,49,205)
0 Favorites   0 Comments

Color spaces of #df31cd

RGB 22349205
HSL0.850.730.53
HSV306°78°87°
CMYK 0.000.780.08   0.13
XYZ42.549222.292459.8179
Yxy22.29240.34130.1788
Hunter Lab47.214878.2352-42.0659
CIE-Lab54.335979.3189-42.5337

#df31cd color RGB value is (223,49,205).

#df31cd hex color red value is 223, green value is 49 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #df31cd hue: 0.85 , saturation: 0.73 and the lightness value of df31cd is 0.53.

The process color (four color CMYK) of #df31cd color hex is 0.00, 0.78, 0.08, 0.13. Web safe color of #df31cd is #cc33cc. Color #df31cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110001 11001101
Octal 337 61 315
Decimal 223 49 205
Hex DF 31 CD

RGB Percentages of Color #df31cd

%46.75
%10.27
%42.98

CMYK Percentages of Color #df31cd

%0
%78
%8
%13

Triadic Colors of #df31cd

#df31cd #cddf31 #31cddf

Analogous Colors of #df31cd

#df31cd #df3176 #9a31df

Monochromatic Colors of #df31cd

#df31cd

Complementary Color

#df31cd #31df43

#df31cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df31cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df31cd Color CSS Codes

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

#df31cd Text Font Color

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

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


#df31cd Background Color

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

This div background color is #df31cd


#df31cd Border Color

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

This div border color is #df31cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,49,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 #df31cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df31cd


Comments

No comments written yet.

Please login to write comment.