Color Hex Logo

#8072bf Color Hex

#8072BF
(128,114,191)
0 Favorites   0 Comments

Color spaces of #8072bf

RGB 128114191
HSL0.700.380.60
HSV251°40°75°
CMYK 0.330.400.00   0.25
XYZ24.323420.385451.9430
Yxy20.38540.25170.2109
Hunter Lab45.150217.1490-36.6050
CIE-Lab52.270223.1746-38.5664

#8072bf color RGB value is (128,114,191).

#8072bf hex color red value is 128, green value is 114 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8072bf hue: 0.70 , saturation: 0.38 and the lightness value of 8072bf is 0.60.

The process color (four color CMYK) of #8072bf color hex is 0.33, 0.40, 0.00, 0.25. Web safe color of #8072bf is #9966cc. Color #8072bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110010 10111111
Octal 200 162 277
Decimal 128 114 191
Hex 80 72 BF

RGB Percentages of Color #8072bf

%29.56
%26.33
%44.11

CMYK Percentages of Color #8072bf

%33
%40
%0
%25

Triadic Colors of #8072bf

#8072bf #bf8072 #72bf80

Analogous Colors of #8072bf

#8072bf #a772bf #728bbf

Monochromatic Colors of #8072bf

#8072bf

Complementary Color

#8072bf #b1bf72

#8072bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8072bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8072bf Color CSS Codes

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

#8072bf Text Font Color

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

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


#8072bf Background Color

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

This div background color is #8072bf


#8072bf Border Color

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

This div border color is #8072bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,114,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8072bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8072bf;
  -webkit-box-shadow: 1px 1px 3px 2px #8072bf;
  box-shadow:         1px 1px 3px 2px #8072bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8072bf


Comments

No comments written yet.

Please login to write comment.