Color Hex Logo

#720098 Color Hex

#720098
(114,0,152)
0 Favorites   0 Comments

Color spaces of #720098

RGB 1140152
HSL0.791.000.30
HSV285°100°60°
CMYK 0.251.000.00   0.40
XYZ12.60695.844430.1694
Yxy5.84440.25930.1202
Hunter Lab24.175250.7777-57.0682
CIE-Lab29.016560.9556-52.7718

#720098 color RGB value is (114,0,152).

#720098 hex color red value is 114, green value is 0 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #720098 hue: 0.79 , saturation: 1.00 and the lightness value of 720098 is 0.30.

The process color (four color CMYK) of #720098 color hex is 0.25, 1.00, 0.00, 0.40. Web safe color of #720098 is #660099. Color #720098 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00000000 10011000
Octal 162 0 230
Decimal 114 0 152
Hex 72 0 98

RGB Percentages of Color #720098

%42.86
%0.00
%57.14

CMYK Percentages of Color #720098

%25
%100
%0
%40

Triadic Colors of #720098

#720098 #987200 #009872

Analogous Colors of #720098

#720098 #980072 #260098

Monochromatic Colors of #720098

#720098

Complementary Color

#720098 #269800

#720098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#720098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#720098 Color CSS Codes

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

#720098 Text Font Color

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

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


#720098 Background Color

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

This div background color is #720098


#720098 Border Color

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

This div border color is #720098


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,0,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #720098; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #720098;
  -webkit-box-shadow: 1px 1px 3px 2px #720098;
  box-shadow:         1px 1px 3px 2px #720098; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #720098


Comments

No comments written yet.

Please login to write comment.