Color Hex Logo

#df517a Color Hex

#DF517A
(223,81,122)
0 Favorites   0 Comments

Color spaces of #df517a

RGB 22381122
HSL0.950.690.60
HSV343°64°87°
CMYK 0.000.640.45   0.13
XYZ36.886722.978020.9034
Yxy22.97800.45670.2845
Hunter Lab47.935453.47047.6999
CIE-Lab55.049758.46107.1234

#df517a color RGB value is (223,81,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010001 01111010
Octal 337 121 172
Decimal 223 81 122
Hex DF 51 7A

RGB Percentages of Color #df517a

%52.35
%19.01
%28.64

CMYK Percentages of Color #df517a

%0
%64
%45
%13

Triadic Colors of #df517a

#df517a #7adf51 #517adf

Analogous Colors of #df517a

#df517a #df6f51 #df51c1

Monochromatic Colors of #df517a

#df517a

Complementary Color

#df517a #51dfb6

#df517a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df517a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df517a Color CSS Codes

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

#df517a Text Font Color

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

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


#df517a Background Color

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

This div background color is #df517a


#df517a Border Color

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

This div border color is #df517a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,81,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 #df517a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df517a


Comments

No comments written yet.

Please login to write comment.