Color Hex Logo

#df325b Color Hex

#DF325B
(223,50,91)
0 Favorites   0 Comments

Color spaces of #df325b

RGB 2235091
HSL0.960.730.54
HSV346°78°87°
CMYK 0.000.780.59   0.13
XYZ33.460418.724511.7482
Yxy18.72450.52340.2929
Hunter Lab43.271862.301414.1932
CIE-Lab50.363366.999619.2056

#df325b color RGB value is (223,50,91).

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

The process color (four color CMYK) of #df325b color hex is 0.00, 0.78, 0.59, 0.13. Web safe color of #df325b is #cc3366. Color #df325b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110010 01011011
Octal 337 62 133
Decimal 223 50 91
Hex DF 32 5B

RGB Percentages of Color #df325b

%61.26
%13.74
%25.00

CMYK Percentages of Color #df325b

%0
%78
%59
%13

Triadic Colors of #df325b

#df325b #5bdf32 #325bdf

Analogous Colors of #df325b

#df325b #df6032 #df32b2

Monochromatic Colors of #df325b

#df325b

Complementary Color

#df325b #32dfb6

#df325b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df325b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df325b Color CSS Codes

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

#df325b Text Font Color

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

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


#df325b Background Color

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

This div background color is #df325b


#df325b Border Color

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

This div border color is #df325b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df325b


Comments

No comments written yet.

Please login to write comment.