Color Hex Logo

#df509b Color Hex

#DF509B
(223,80,155)
0 Favorites   0 Comments

Color spaces of #df509b

RGB 22380155
HSL0.910.690.59
HSV329°64°87°
CMYK 0.000.640.30   0.13
XYZ39.216523.791933.5357
Yxy23.79190.40620.2464
Hunter Lab48.776958.1538-6.6199
CIE-Lab55.878862.4092-11.1369

#df509b color RGB value is (223,80,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010000 10011011
Octal 337 120 233
Decimal 223 80 155
Hex DF 50 9B

RGB Percentages of Color #df509b

%48.69
%17.47
%33.84

CMYK Percentages of Color #df509b

%0
%64
%30
%13

Triadic Colors of #df509b

#df509b #9bdf50 #509bdf

Analogous Colors of #df509b

#df509b #df5053 #dc50df

Monochromatic Colors of #df509b

#df509b

Complementary Color

#df509b #50df94

#df509b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df509b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df509b Color CSS Codes

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

#df509b Text Font Color

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

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


#df509b Background Color

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

This div background color is #df509b


#df509b Border Color

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

This div border color is #df509b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df509b


Comments

No comments written yet.

Please login to write comment.