Color Hex Logo

#720fbf Color Hex

#720FBF
(114,15,191)
0 Favorites   0 Comments

Color spaces of #720fbf

RGB 11415191
HSL0.760.850.40
HSV274°92°75°
CMYK 0.400.920.00   0.25
XYZ16.51427.680649.9023
Yxy7.68060.22290.1037
Hunter Lab27.713957.8655-87.3593
CIE-Lab33.308666.4663-69.1848

#720fbf color RGB value is (114,15,191).

#720fbf hex color red value is 114, green value is 15 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #720fbf hue: 0.76 , saturation: 0.85 and the lightness value of 720fbf is 0.40.

The process color (four color CMYK) of #720fbf color hex is 0.40, 0.92, 0.00, 0.25. Web safe color of #720fbf is #6600cc. Color #720fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00001111 10111111
Octal 162 17 277
Decimal 114 15 191
Hex 72 F BF

RGB Percentages of Color #720fbf

%35.63
%4.69
%59.69

CMYK Percentages of Color #720fbf

%40
%92
%0
%25

Triadic Colors of #720fbf

#720fbf #bf720f #0fbf72

Analogous Colors of #720fbf

#720fbf #bf0fb4 #1a0fbf

Monochromatic Colors of #720fbf

#720fbf

Complementary Color

#720fbf #5cbf0f

#720fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#720fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#720fbf Color CSS Codes

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

#720fbf Text Font Color

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

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


#720fbf Background Color

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

This div background color is #720fbf


#720fbf Border Color

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

This div border color is #720fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #720fbf


Comments

No comments written yet.

Please login to write comment.