Color Hex Logo

#df50d3 Color Hex

#DF50D3
(223,80,211)
0 Favorites   0 Comments

Color spaces of #df50d3

RGB 22380211
HSL0.850.690.59
HSV305°64°87°
CMYK 0.000.640.05   0.13
XYZ45.058026.128464.2965
Yxy26.12840.33260.1929
Hunter Lab51.115967.8924-38.7971
CIE-Lab58.158770.2155-39.9326

#df50d3 color RGB value is (223,80,211).

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

The process color (four color CMYK) of #df50d3 color hex is 0.00, 0.64, 0.05, 0.13. Web safe color of #df50d3 is #cc66cc. Color #df50d3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010000 11010011
Octal 337 120 323
Decimal 223 80 211
Hex DF 50 D3

RGB Percentages of Color #df50d3

%43.39
%15.56
%41.05

CMYK Percentages of Color #df50d3

%0
%64
%5
%13

Triadic Colors of #df50d3

#df50d3 #d3df50 #50d3df

Analogous Colors of #df50d3

#df50d3 #df508c #a450df

Monochromatic Colors of #df50d3

#df50d3

Complementary Color

#df50d3 #50df5c

#df50d3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df50d3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df50d3 Color CSS Codes

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

#df50d3 Text Font Color

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

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


#df50d3 Background Color

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

This div background color is #df50d3


#df50d3 Border Color

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

This div border color is #df50d3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df50d3


Comments

No comments written yet.

Please login to write comment.