Color Hex Logo

#df4966 Color Hex

#DF4966
(223,73,102)
0 Favorites   0 Comments

Color spaces of #df4966

RGB 22373102
HSL0.970.700.58
HSV348°67°87°
CMYK 0.000.670.54   0.13
XYZ35.212221.412414.8475
Yxy21.41240.49270.2996
Hunter Lab46.273554.852313.3675
CIE-Lab53.397959.976216.7092

#df4966 color RGB value is (223,73,102).

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

The process color (four color CMYK) of #df4966 color hex is 0.00, 0.67, 0.54, 0.13. Web safe color of #df4966 is #cc3366. Color #df4966 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001001 01100110
Octal 337 111 146
Decimal 223 73 102
Hex DF 49 66

RGB Percentages of Color #df4966

%56.03
%18.34
%25.63

CMYK Percentages of Color #df4966

%0
%67
%54
%13

Triadic Colors of #df4966

#df4966 #66df49 #4966df

Analogous Colors of #df4966

#df4966 #df7749 #df49b1

Monochromatic Colors of #df4966

#df4966

Complementary Color

#df4966 #49dfc2

#df4966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df4966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df4966 Color CSS Codes

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

#df4966 Text Font Color

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

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


#df4966 Background Color

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

This div background color is #df4966


#df4966 Border Color

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

This div border color is #df4966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df4966


Comments

No comments written yet.

Please login to write comment.