Color Hex Logo

#720fed Color Hex

#720FED
(114,15,237)
0 Favorites   0 Comments

Color spaces of #720fed

RGB 11415237
HSL0.740.880.49
HSV267°94°93°
CMYK 0.520.940.00   0.07
XYZ22.396310.033580.8770
Yxy10.03350.19770.0886
Hunter Lab31.675770.7759-129.2111
CIE-Lab37.902576.4892-88.1924

#720fed color RGB value is (114,15,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00001111 11101101
Octal 162 17 355
Decimal 114 15 237
Hex 72 F ED

RGB Percentages of Color #720fed

%31.15
%4.10
%64.75

CMYK Percentages of Color #720fed

%52
%94
%0
%7

Triadic Colors of #720fed

#720fed #ed720f #0fed72

Analogous Colors of #720fed

#720fed #e10fed #0f1bed

Monochromatic Colors of #720fed

#720fed

Complementary Color

#720fed #8aed0f

#720fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#720fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#720fed Color CSS Codes

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

#720fed Text Font Color

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

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


#720fed Background Color

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

This div background color is #720fed


#720fed Border Color

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

This div border color is #720fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #720fed


Comments

No comments written yet.

Please login to write comment.