Color Hex Logo

#df72d5 Color Hex

#DF72D5
(223,114,213)
0 Favorites   0 Comments

Color spaces of #df72d5

RGB 223114213
HSL0.850.630.66
HSV306°49°87°
CMYK 0.000.490.04   0.13
XYZ48.459032.526766.6750
Yxy32.52670.32820.2203
Hunter Lab57.032251.8612-29.3920
CIE-Lab63.775855.5760-32.2919

#df72d5 color RGB value is (223,114,213).

#df72d5 hex color red value is 223, green value is 114 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #df72d5 hue: 0.85 , saturation: 0.63 and the lightness value of df72d5 is 0.66.

The process color (four color CMYK) of #df72d5 color hex is 0.00, 0.49, 0.04, 0.13. Web safe color of #df72d5 is #cc66cc. Color #df72d5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110010 11010101
Octal 337 162 325
Decimal 223 114 213
Hex DF 72 D5

RGB Percentages of Color #df72d5

%40.55
%20.73
%38.73

CMYK Percentages of Color #df72d5

%0
%49
%4
%13

Triadic Colors of #df72d5

#df72d5 #d5df72 #72d5df

Analogous Colors of #df72d5

#df72d5 #df729f #b372df

Monochromatic Colors of #df72d5

#df72d5

Complementary Color

#df72d5 #72df7c

#df72d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df72d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df72d5 Color CSS Codes

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

#df72d5 Text Font Color

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

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


#df72d5 Background Color

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

This div background color is #df72d5


#df72d5 Border Color

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

This div border color is #df72d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df72d5


Comments

No comments written yet.

Please login to write comment.