Color Hex Logo

#8075ae Color Hex

#8075AE
(128,117,174)
0 Favorites   0 Comments

Color spaces of #8075ae

RGB 128117174
HSL0.700.260.57
HSV252°33°68°
CMYK 0.260.330.00   0.32
XYZ22.903420.367842.7686
Yxy20.36780.26620.2367
Hunter Lab45.130711.6083-24.5953
CIE-Lab52.250516.9576-28.7977

#8075ae color RGB value is (128,117,174).

#8075ae hex color red value is 128, green value is 117 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #8075ae hue: 0.70 , saturation: 0.26 and the lightness value of 8075ae is 0.57.

The process color (four color CMYK) of #8075ae color hex is 0.26, 0.33, 0.00, 0.32. Web safe color of #8075ae is #996699. Color #8075ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110101 10101110
Octal 200 165 256
Decimal 128 117 174
Hex 80 75 AE

RGB Percentages of Color #8075ae

%30.55
%27.92
%41.53

CMYK Percentages of Color #8075ae

%26
%33
%0
%32

Triadic Colors of #8075ae

#8075ae #ae8075 #75ae80

Analogous Colors of #8075ae

#8075ae #9d75ae #7587ae

Monochromatic Colors of #8075ae

#8075ae

Complementary Color

#8075ae #a3ae75

#8075ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8075ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8075ae Color CSS Codes

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

#8075ae Text Font Color

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

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


#8075ae Background Color

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

This div background color is #8075ae


#8075ae Border Color

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

This div border color is #8075ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,117,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8075ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8075ae;
  -webkit-box-shadow: 1px 1px 3px 2px #8075ae;
  box-shadow:         1px 1px 3px 2px #8075ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8075ae


Comments

No comments written yet.

Please login to write comment.