Color Hex Logo

#df554a Color Hex

#DF554A
(223,85,74)
0 Favorites   0 Comments

Color spaces of #df554a

RGB 2238574
HSL0.010.700.58
HSV67°87°
CMYK 0.000.620.67   0.13
XYZ34.916022.67949.0159
Yxy22.67940.52420.3405
Hunter Lab47.622947.532022.1113
CIE-Lab54.740653.179134.7940

#df554a color RGB value is (223,85,74).

#df554a hex color red value is 223, green value is 85 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #df554a hue: 0.01 , saturation: 0.70 and the lightness value of df554a is 0.58.

The process color (four color CMYK) of #df554a color hex is 0.00, 0.62, 0.67, 0.13. Web safe color of #df554a is #cc6633. Color #df554a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010101 01001010
Octal 337 125 112
Decimal 223 85 74
Hex DF 55 4A

RGB Percentages of Color #df554a

%58.38
%22.25
%19.37

CMYK Percentages of Color #df554a

%0
%62
%67
%13

Triadic Colors of #df554a

#df554a #4adf55 #554adf

Analogous Colors of #df554a

#df554a #dfa04a #df4a8a

Monochromatic Colors of #df554a

#df554a

Complementary Color

#df554a #4ad4df

#df554a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df554a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df554a Color CSS Codes

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

#df554a Text Font Color

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

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


#df554a Background Color

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

This div background color is #df554a


#df554a Border Color

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

This div border color is #df554a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df554a


Comments

No comments written yet.

Please login to write comment.