Color Hex Logo

#df5162 Color Hex

#DF5162
(223,81,98)
0 Favorites   0 Comments

Color spaces of #df5162

RGB 2238198
HSL0.980.690.60
HSV353°64°87°
CMYK 0.000.640.56   0.13
XYZ35.578522.454714.0143
Yxy22.45470.49380.3117
Hunter Lab47.386451.094615.6357
CIE-Lab54.506256.440220.5827

#df5162 color RGB value is (223,81,98).

#df5162 hex color red value is 223, green value is 81 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #df5162 hue: 0.98 , saturation: 0.69 and the lightness value of df5162 is 0.60.

The process color (four color CMYK) of #df5162 color hex is 0.00, 0.64, 0.56, 0.13. Web safe color of #df5162 is #cc6666. Color #df5162 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010001 01100010
Octal 337 121 142
Decimal 223 81 98
Hex DF 51 62

RGB Percentages of Color #df5162

%55.47
%20.15
%24.38

CMYK Percentages of Color #df5162

%0
%64
%56
%13

Triadic Colors of #df5162

#df5162 #62df51 #5162df

Analogous Colors of #df5162

#df5162 #df8751 #df51a9

Monochromatic Colors of #df5162

#df5162

Complementary Color

#df5162 #51dfce

#df5162 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df5162 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df5162 Color CSS Codes

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

#df5162 Text Font Color

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

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


#df5162 Background Color

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

This div background color is #df5162


#df5162 Border Color

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

This div border color is #df5162


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df5162


Comments

No comments written yet.

Please login to write comment.