Color Hex Logo

#df72ff Color Hex

#DF72FF
(223,114,255)
0 Favorites   0 Comments

Color spaces of #df72ff

RGB 223114255
HSL0.801.000.72
HSV286°55°100°
CMYK 0.130.550.00   0.00
XYZ54.498734.942698.4799
Yxy34.94260.29000.1859
Hunter Lab59.112361.1221-57.3974
CIE-Lab65.704063.2145-52.5472

#df72ff color RGB value is (223,114,255).

#df72ff hex color red value is 223, green value is 114 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #df72ff hue: 0.80 , saturation: 1.00 and the lightness value of df72ff is 0.72.

The process color (four color CMYK) of #df72ff color hex is 0.13, 0.55, 0.00, 0.00. Web safe color of #df72ff is #cc66ff. Color #df72ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110010 11111111
Octal 337 162 377
Decimal 223 114 255
Hex DF 72 FF

RGB Percentages of Color #df72ff

%37.67
%19.26
%43.07

CMYK Percentages of Color #df72ff

%13
%55
%0
%0

Triadic Colors of #df72ff

#df72ff #ffdf72 #72ffdf

Analogous Colors of #df72ff

#df72ff #ff72d9 #9972ff

Monochromatic Colors of #df72ff

#df72ff

Complementary Color

#df72ff #92ff72

#df72ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df72ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#df72ff Color CSS Codes

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

#df72ff Text Font Color

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

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


#df72ff Background Color

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

This div background color is #df72ff


#df72ff Border Color

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

This div border color is #df72ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df72ff


Comments

No comments written yet.

Please login to write comment.