Color Hex Logo

#720baf Color Hex

#720BAF
(114,11,175)
0 Favorites   0 Comments

Color spaces of #720baf

RGB 11411175
HSL0.770.880.36
HSV278°94°69°
CMYK 0.350.940.00   0.31
XYZ14.79706.911941.1117
Yxy6.91190.23550.1100
Hunter Lab26.290554.4563-74.3113
CIE-Lab31.605563.7808-62.4761

#720baf color RGB value is (114,11,175).

#720baf hex color red value is 114, green value is 11 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #720baf hue: 0.77 , saturation: 0.88 and the lightness value of 720baf is 0.36.

The process color (four color CMYK) of #720baf color hex is 0.35, 0.94, 0.00, 0.31. Web safe color of #720baf is #660099. Color #720baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00001011 10101111
Octal 162 13 257
Decimal 114 11 175
Hex 72 B AF

RGB Percentages of Color #720baf

%38.00
%3.67
%58.33

CMYK Percentages of Color #720baf

%35
%94
%0
%31

Triadic Colors of #720baf

#720baf #af720b #0baf72

Analogous Colors of #720baf

#720baf #af0b9a #200baf

Monochromatic Colors of #720baf

#720baf

Complementary Color

#720baf #48af0b

#720baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#720baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#720baf Color CSS Codes

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

#720baf Text Font Color

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

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


#720baf Background Color

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

This div background color is #720baf


#720baf Border Color

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

This div border color is #720baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #720baf


Comments

No comments written yet.

Please login to write comment.