Color Hex Logo

#720fce Color Hex

#720FCE
(114,15,206)
0 Favorites   0 Comments

Color spaces of #720fce

RGB 11415206
HSL0.750.860.43
HSV271°93°81°
CMYK 0.450.930.00   0.19
XYZ18.25088.375359.0472
Yxy8.37530.21300.0978
Hunter Lab28.940161.9241-100.7127
CIE-Lab34.752669.6982-75.5915

#720fce color RGB value is (114,15,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00001111 11001110
Octal 162 17 316
Decimal 114 15 206
Hex 72 F CE

RGB Percentages of Color #720fce

%34.03
%4.48
%61.49

CMYK Percentages of Color #720fce

%45
%93
%0
%19

Triadic Colors of #720fce

#720fce #ce720f #0fce72

Analogous Colors of #720fce

#720fce #ce0fcb #120fce

Monochromatic Colors of #720fce

#720fce

Complementary Color

#720fce #6bce0f

#720fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#720fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#720fce Color CSS Codes

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

#720fce Text Font Color

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

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


#720fce Background Color

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

This div background color is #720fce


#720fce Border Color

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

This div border color is #720fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #720fce


Comments

No comments written yet.

Please login to write comment.