Color Hex Logo

#df3172 Color Hex

#DF3172
(223,49,114)
0 Favorites   0 Comments

Color spaces of #df3172

RGB 22349114
HSL0.940.730.53
HSV338°78°87°
CMYK 0.000.780.49   0.13
XYZ34.567019.099517.7843
Yxy19.09950.48380.2673
Hunter Lab43.703064.70496.4649
CIE-Lab50.803468.95255.8526

#df3172 color RGB value is (223,49,114).

#df3172 hex color red value is 223, green value is 49 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #df3172 hue: 0.94 , saturation: 0.73 and the lightness value of df3172 is 0.53.

The process color (four color CMYK) of #df3172 color hex is 0.00, 0.78, 0.49, 0.13. Web safe color of #df3172 is #cc3366. Color #df3172 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110001 01110010
Octal 337 61 162
Decimal 223 49 114
Hex DF 31 72

RGB Percentages of Color #df3172

%57.77
%12.69
%29.53

CMYK Percentages of Color #df3172

%0
%78
%49
%13

Triadic Colors of #df3172

#df3172 #72df31 #3172df

Analogous Colors of #df3172

#df3172 #df4731 #df31c9

Monochromatic Colors of #df3172

#df3172

Complementary Color

#df3172 #31df9e

#df3172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df3172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df3172 Color CSS Codes

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

#df3172 Text Font Color

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

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


#df3172 Background Color

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

This div background color is #df3172


#df3172 Border Color

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

This div border color is #df3172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df3172


Comments

No comments written yet.

Please login to write comment.