Color Hex Logo

#df017a Color Hex

#DF017A
(223,1,122)
0 Favorites   0 Comments

Color spaces of #df017a

RGB 2231122
HSL0.910.990.44
HSV327°100°87°
CMYK 0.001.000.45   0.13
XYZ33.955117.114819.9262
Yxy17.11480.47830.2411
Hunter Lab41.370074.10910.4015
CIE-Lab48.404477.1748-2.5074

#df017a color RGB value is (223,1,122).

#df017a hex color red value is 223, green value is 1 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #df017a hue: 0.91 , saturation: 0.99 and the lightness value of df017a is 0.44.

The process color (four color CMYK) of #df017a color hex is 0.00, 1.00, 0.45, 0.13. Web safe color of #df017a is #cc0066. Color #df017a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000001 01111010
Octal 337 1 172
Decimal 223 1 122
Hex DF 1 7A

RGB Percentages of Color #df017a

%64.45
%0.29
%35.26

CMYK Percentages of Color #df017a

%0
%100
%45
%13

Triadic Colors of #df017a

#df017a #7adf01 #017adf

Analogous Colors of #df017a

#df017a #df010b #d501df

Monochromatic Colors of #df017a

#df017a

Complementary Color

#df017a #01df66

#df017a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df017a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df017a Color CSS Codes

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

#df017a Text Font Color

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

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


#df017a Background Color

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

This div background color is #df017a


#df017a Border Color

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

This div border color is #df017a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df017a


Comments

No comments written yet.

Please login to write comment.