Color Hex Logo

#8085ba Color Hex

#8085BA
(128,133,186)
0 Favorites   0 Comments

Color spaces of #8085ba

RGB 128133186
HSL0.650.300.62
HSV235°31°73°
CMYK 0.310.280.00   0.27
XYZ26.152524.909449.8840
Yxy24.90940.25910.2468
Hunter Lab49.90936.1928-24.3234
CIE-Lab56.987010.6090-28.3411

#8085ba color RGB value is (128,133,186).

#8085ba hex color red value is 128, green value is 133 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8085ba hue: 0.65 , saturation: 0.30 and the lightness value of 8085ba is 0.62.

The process color (four color CMYK) of #8085ba color hex is 0.31, 0.28, 0.00, 0.27. Web safe color of #8085ba is #9999cc. Color #8085ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000101 10111010
Octal 200 205 272
Decimal 128 133 186
Hex 80 85 BA

RGB Percentages of Color #8085ba

%28.64
%29.75
%41.61

CMYK Percentages of Color #8085ba

%31
%28
%0
%27

Triadic Colors of #8085ba

#8085ba #ba8085 #85ba80

Analogous Colors of #8085ba

#8085ba #9880ba #80a2ba

Monochromatic Colors of #8085ba

#8085ba

Complementary Color

#8085ba #bab580

#8085ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8085ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8085ba Color CSS Codes

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

#8085ba Text Font Color

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

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


#8085ba Background Color

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

This div background color is #8085ba


#8085ba Border Color

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

This div border color is #8085ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,133,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8085ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8085ba;
  -webkit-box-shadow: 1px 1px 3px 2px #8085ba;
  box-shadow:         1px 1px 3px 2px #8085ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8085ba


Comments

No comments written yet.

Please login to write comment.