Color Hex Logo

#8073be Color Hex

#8073BE
(128,115,190)
0 Favorites   0 Comments

Color spaces of #8073be

RGB 128115190
HSL0.700.370.60
HSV250°39°75°
CMYK 0.330.390.00   0.25
XYZ24.327120.568451.4031
Yxy20.56840.25260.2136
Hunter Lab45.352416.3810-35.4535
CIE-Lab52.473922.3128-37.6719

#8073be color RGB value is (128,115,190).

#8073be hex color red value is 128, green value is 115 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8073be hue: 0.70 , saturation: 0.37 and the lightness value of 8073be is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110011 10111110
Octal 200 163 276
Decimal 128 115 190
Hex 80 73 BE

RGB Percentages of Color #8073be

%29.56
%26.56
%43.88

CMYK Percentages of Color #8073be

%33
%39
%0
%25

Triadic Colors of #8073be

#8073be #be8073 #73be80

Analogous Colors of #8073be

#8073be #a673be #738cbe

Monochromatic Colors of #8073be

#8073be

Complementary Color

#8073be #b1be73

#8073be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8073be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8073be Color CSS Codes

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

#8073be Text Font Color

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

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


#8073be Background Color

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

This div background color is #8073be


#8073be Border Color

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

This div border color is #8073be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,115,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8073be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8073be;
  -webkit-box-shadow: 1px 1px 3px 2px #8073be;
  box-shadow:         1px 1px 3px 2px #8073be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8073be


Comments

No comments written yet.

Please login to write comment.