Color Hex Logo

#df329d Color Hex

#DF329D
(223,50,157)
0 Favorites   0 Comments

Color spaces of #df329d

RGB 22350157
HSL0.900.730.54
HSV323°78°87°
CMYK 0.000.780.30   0.13
XYZ37.657820.403533.8518
Yxy20.40350.40970.2220
Hunter Lab45.170269.7651-12.8144
CIE-Lab52.290472.8783-17.7469

#df329d color RGB value is (223,50,157).

#df329d hex color red value is 223, green value is 50 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #df329d hue: 0.90 , saturation: 0.73 and the lightness value of df329d is 0.54.

The process color (four color CMYK) of #df329d color hex is 0.00, 0.78, 0.30, 0.13. Web safe color of #df329d is #cc3399. Color #df329d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110010 10011101
Octal 337 62 235
Decimal 223 50 157
Hex DF 32 9D

RGB Percentages of Color #df329d

%51.86
%11.63
%36.51

CMYK Percentages of Color #df329d

%0
%78
%30
%13

Triadic Colors of #df329d

#df329d #9ddf32 #329ddf

Analogous Colors of #df329d

#df329d #df3246 #cb32df

Monochromatic Colors of #df329d

#df329d

Complementary Color

#df329d #32df74

#df329d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df329d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df329d Color CSS Codes

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

#df329d Text Font Color

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

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


#df329d Background Color

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

This div background color is #df329d


#df329d Border Color

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

This div border color is #df329d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df329d


Comments

No comments written yet.

Please login to write comment.