Color Hex Logo

#df324a Color Hex

#DF324A
(223,50,74)
0 Favorites   0 Comments

Color spaces of #df324a

RGB 2235074
HSL0.980.730.54
HSV352°78°87°
CMYK 0.000.780.67   0.13
XYZ32.808118.46368.3132
Yxy18.46360.55060.3099
Hunter Lab42.969361.092818.6078
CIE-Lab50.053666.025229.0393

#df324a color RGB value is (223,50,74).

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

The process color (four color CMYK) of #df324a color hex is 0.00, 0.78, 0.67, 0.13. Web safe color of #df324a is #cc3333. Color #df324a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110010 01001010
Octal 337 62 112
Decimal 223 50 74
Hex DF 32 4A

RGB Percentages of Color #df324a

%64.27
%14.41
%21.33

CMYK Percentages of Color #df324a

%0
%78
%67
%13

Triadic Colors of #df324a

#df324a #4adf32 #324adf

Analogous Colors of #df324a

#df324a #df7132 #df32a1

Monochromatic Colors of #df324a

#df324a

Complementary Color

#df324a #32dfc7

#df324a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df324a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df324a Color CSS Codes

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

#df324a Text Font Color

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

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


#df324a Background Color

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

This div background color is #df324a


#df324a Border Color

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

This div border color is #df324a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df324a


Comments

No comments written yet.

Please login to write comment.