Color Hex Logo

#720fcf Color Hex

#720FCF
(114,15,207)
0 Favorites   0 Comments

Color spaces of #720fcf

RGB 11415207
HSL0.750.860.44
HSV271°93°81°
CMYK 0.450.930.00   0.19
XYZ18.37278.424059.6891
Yxy8.42400.21240.0974
Hunter Lab29.024162.2009-101.6150
CIE-Lab34.850869.9158-76.0111

#720fcf color RGB value is (114,15,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00001111 11001111
Octal 162 17 317
Decimal 114 15 207
Hex 72 F CF

RGB Percentages of Color #720fcf

%33.93
%4.46
%61.61

CMYK Percentages of Color #720fcf

%45
%93
%0
%19

Triadic Colors of #720fcf

#720fcf #cf720f #0fcf72

Analogous Colors of #720fcf

#720fcf #cf0fcc #120fcf

Monochromatic Colors of #720fcf

#720fcf

Complementary Color

#720fcf #6ccf0f

#720fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#720fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#720fcf Color CSS Codes

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

#720fcf Text Font Color

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

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


#720fcf Background Color

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

This div background color is #720fcf


#720fcf Border Color

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

This div border color is #720fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #720fcf


Comments

No comments written yet.

Please login to write comment.