Color Hex Logo

#df50af Color Hex

#DF50AF
(223,80,175)
0 Favorites   0 Comments

Color spaces of #df50af

RGB 22380175
HSL0.890.690.59
HSV320°64°87°
CMYK 0.000.640.22   0.13
XYZ41.037924.520443.1274
Yxy24.52040.37760.2256
Hunter Lab49.518161.2745-16.9755
CIE-Lab56.605164.9545-21.6982

#df50af color RGB value is (223,80,175).

#df50af hex color red value is 223, green value is 80 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #df50af hue: 0.89 , saturation: 0.69 and the lightness value of df50af is 0.59.

The process color (four color CMYK) of #df50af color hex is 0.00, 0.64, 0.22, 0.13. Web safe color of #df50af is #cc6699. Color #df50af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010000 10101111
Octal 337 120 257
Decimal 223 80 175
Hex DF 50 AF

RGB Percentages of Color #df50af

%46.65
%16.74
%36.61

CMYK Percentages of Color #df50af

%0
%64
%22
%13

Triadic Colors of #df50af

#df50af #afdf50 #50afdf

Analogous Colors of #df50af

#df50af #df5068 #c850df

Monochromatic Colors of #df50af

#df50af

Complementary Color

#df50af #50df80

#df50af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df50af Color Preview on White Background

Lorem ipsum dolor sit amet.

#df50af Color CSS Codes

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

#df50af Text Font Color

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

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


#df50af Background Color

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

This div background color is #df50af


#df50af Border Color

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

This div border color is #df50af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df50af


Comments

No comments written yet.

Please login to write comment.