Color Hex Logo

#df329b Color Hex

#DF329B
(223,50,155)
0 Favorites   0 Comments

Color spaces of #df329b

RGB 22350155
HSL0.900.730.54
HSV324°78°87°
CMYK 0.000.780.30   0.13
XYZ37.488420.335732.9597
Yxy20.33570.41290.2240
Hunter Lab45.095169.4739-11.7680
CIE-Lab52.214772.6532-16.6767

#df329b color RGB value is (223,50,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110010 10011011
Octal 337 62 233
Decimal 223 50 155
Hex DF 32 9B

RGB Percentages of Color #df329b

%52.10
%11.68
%36.21

CMYK Percentages of Color #df329b

%0
%78
%30
%13

Triadic Colors of #df329b

#df329b #9bdf32 #329bdf

Analogous Colors of #df329b

#df329b #df3244 #cd32df

Monochromatic Colors of #df329b

#df329b

Complementary Color

#df329b #32df76

#df329b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df329b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df329b Color CSS Codes

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

#df329b Text Font Color

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

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


#df329b Background Color

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

This div background color is #df329b


#df329b Border Color

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

This div border color is #df329b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df329b


Comments

No comments written yet.

Please login to write comment.