Color Hex Logo

#720ee6 Color Hex

#720EE6
(114,14,230)
0 Favorites   0 Comments

Color spaces of #720ee6

RGB 11414230
HSL0.740.890.48
HSV268°94°90°
CMYK 0.500.940.00   0.10
XYZ21.37949.604775.5900
Yxy9.60470.20060.0901
Hunter Lab30.991568.9029-122.9178
CIE-Lab37.123475.1006-85.4996

#720ee6 color RGB value is (114,14,230).

#720ee6 hex color red value is 114, green value is 14 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #720ee6 hue: 0.74 , saturation: 0.89 and the lightness value of 720ee6 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00001110 11100110
Octal 162 16 346
Decimal 114 14 230
Hex 72 E E6

RGB Percentages of Color #720ee6

%31.84
%3.91
%64.25

CMYK Percentages of Color #720ee6

%50
%94
%0
%10

Triadic Colors of #720ee6

#720ee6 #e6720e #0ee672

Analogous Colors of #720ee6

#720ee6 #de0ee6 #0e16e6

Monochromatic Colors of #720ee6

#720ee6

Complementary Color

#720ee6 #82e60e

#720ee6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#720ee6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#720ee6 Color CSS Codes

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

#720ee6 Text Font Color

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

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


#720ee6 Background Color

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

This div background color is #720ee6


#720ee6 Border Color

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

This div border color is #720ee6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #720ee6


Comments

No comments written yet.

Please login to write comment.