Color Hex Logo

#720fff Color Hex

#720FFF
(114,15,255)
0 Favorites   0 Comments

Color spaces of #720fff

RGB 11415255
HSL0.741.000.53
HSV265°94°100°
CMYK 0.550.940.00   0.00
XYZ25.160311.139195.4317
Yxy11.13910.19100.0846
Hunter Lab33.375376.1573-146.1683
CIE-Lab39.813880.4659-95.1689

#720fff color RGB value is (114,15,255).

#720fff hex color red value is 114, green value is 15 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #720fff hue: 0.74 , saturation: 1.00 and the lightness value of 720fff is 0.53.

The process color (four color CMYK) of #720fff color hex is 0.55, 0.94, 0.00, 0.00. Web safe color of #720fff is #6600ff. Color #720fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00001111 11111111
Octal 162 17 377
Decimal 114 15 255
Hex 72 F FF

RGB Percentages of Color #720fff

%29.69
%3.91
%66.41

CMYK Percentages of Color #720fff

%55
%94
%0
%0

Triadic Colors of #720fff

#720fff #ff720f #0fff72

Analogous Colors of #720fff

#720fff #ea0fff #0f24ff

Monochromatic Colors of #720fff

#720fff

Complementary Color

#720fff #9cff0f

#720fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#720fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#720fff Color CSS Codes

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

#720fff Text Font Color

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

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


#720fff Background Color

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

This div background color is #720fff


#720fff Border Color

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

This div border color is #720fff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,15,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 #720fff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #720fff

Related Colors

#720fff Color Palettes


Comments

No comments written yet.

Please login to write comment.