Color Hex Logo

#df4696 Color Hex

#DF4696
(223,70,150)
0 Favorites   0 Comments

Color spaces of #df4696

RGB 22370150
HSL0.910.710.57
HSV329°69°87°
CMYK 0.000.690.33   0.13
XYZ38.126622.270331.1433
Yxy22.27030.41650.2433
Hunter Lab47.191461.6276-6.0936
CIE-Lab54.312665.6793-10.5459

#df4696 color RGB value is (223,70,150).

#df4696 hex color red value is 223, green value is 70 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #df4696 hue: 0.91 , saturation: 0.71 and the lightness value of df4696 is 0.57.

The process color (four color CMYK) of #df4696 color hex is 0.00, 0.69, 0.33, 0.13. Web safe color of #df4696 is #cc3399. Color #df4696 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000110 10010110
Octal 337 106 226
Decimal 223 70 150
Hex DF 46 96

RGB Percentages of Color #df4696

%50.34
%15.80
%33.86

CMYK Percentages of Color #df4696

%0
%69
%33
%13

Triadic Colors of #df4696

#df4696 #96df46 #4696df

Analogous Colors of #df4696

#df4696 #df464a #dc46df

Monochromatic Colors of #df4696

#df4696

Complementary Color

#df4696 #46df8f

#df4696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df4696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df4696 Color CSS Codes

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

#df4696 Text Font Color

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

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


#df4696 Background Color

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

This div background color is #df4696


#df4696 Border Color

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

This div border color is #df4696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df4696


Comments

No comments written yet.

Please login to write comment.