Color Hex Logo

#df347a Color Hex

#DF347A
(223,52,122)
0 Favorites   0 Comments

Color spaces of #df347a

RGB 22352122
HSL0.930.730.54
HSV335°77°87°
CMYK 0.000.770.45   0.13
XYZ35.172319.549120.3319
Yxy19.54910.46860.2605
Hunter Lab44.214464.62073.6856
CIE-Lab51.323568.78181.7602

#df347a color RGB value is (223,52,122).

#df347a hex color red value is 223, green value is 52 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #df347a hue: 0.93 , saturation: 0.73 and the lightness value of df347a is 0.54.

The process color (four color CMYK) of #df347a color hex is 0.00, 0.77, 0.45, 0.13. Web safe color of #df347a is #cc3366. Color #df347a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110100 01111010
Octal 337 64 172
Decimal 223 52 122
Hex DF 34 7A

RGB Percentages of Color #df347a

%56.17
%13.10
%30.73

CMYK Percentages of Color #df347a

%0
%77
%45
%13

Triadic Colors of #df347a

#df347a #7adf34 #347adf

Analogous Colors of #df347a

#df347a #df4434 #df34d0

Monochromatic Colors of #df347a

#df347a

Complementary Color

#df347a #34df99

#df347a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df347a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df347a Color CSS Codes

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

#df347a Text Font Color

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

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


#df347a Background Color

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

This div background color is #df347a


#df347a Border Color

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

This div border color is #df347a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df347a


Comments

No comments written yet.

Please login to write comment.