Color Hex Logo

#720fdf Color Hex

#720FDF
(114,15,223)
0 Favorites   0 Comments

Color spaces of #720fdf

RGB 11415223
HSL0.750.870.47
HSV269°93°87°
CMYK 0.490.930.00   0.13
XYZ20.42959.246870.5201
Yxy9.24680.20390.0923
Hunter Lab30.408666.7074-116.2127
CIE-Lab36.455273.4090-82.6005

#720fdf color RGB value is (114,15,223).

#720fdf hex color red value is 114, green value is 15 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #720fdf hue: 0.75 , saturation: 0.87 and the lightness value of 720fdf is 0.47.

The process color (four color CMYK) of #720fdf color hex is 0.49, 0.93, 0.00, 0.13. Web safe color of #720fdf is #6600cc. Color #720fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00001111 11011111
Octal 162 17 337
Decimal 114 15 223
Hex 72 F DF

RGB Percentages of Color #720fdf

%32.39
%4.26
%63.35

CMYK Percentages of Color #720fdf

%49
%93
%0
%13

Triadic Colors of #720fdf

#720fdf #df720f #0fdf72

Analogous Colors of #720fdf

#720fdf #da0fdf #0f14df

Monochromatic Colors of #720fdf

#720fdf

Complementary Color

#720fdf #7cdf0f

#720fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#720fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#720fdf Color CSS Codes

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

#720fdf Text Font Color

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

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


#720fdf Background Color

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

This div background color is #720fdf


#720fdf Border Color

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

This div border color is #720fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #720fdf


Comments

No comments written yet.

Please login to write comment.