Color Hex Logo

#8085bc Color Hex

#8085BC
(128,133,188)
0 Favorites   0 Comments

Color spaces of #8085bc

RGB 128133188
HSL0.650.310.62
HSV235°32°74°
CMYK 0.320.290.00   0.26
XYZ26.366724.995151.0118
Yxy24.99510.25760.2442
Hunter Lab49.99516.6469-25.4992
CIE-Lab57.070611.1341-29.3502

#8085bc color RGB value is (128,133,188).

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

The process color (four color CMYK) of #8085bc color hex is 0.32, 0.29, 0.00, 0.26. Web safe color of #8085bc is #9999cc. Color #8085bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000101 10111100
Octal 200 205 274
Decimal 128 133 188
Hex 80 85 BC

RGB Percentages of Color #8085bc

%28.51
%29.62
%41.87

CMYK Percentages of Color #8085bc

%32
%29
%0
%26

Triadic Colors of #8085bc

#8085bc #bc8085 #85bc80

Analogous Colors of #8085bc

#8085bc #9980bc #80a3bc

Monochromatic Colors of #8085bc

#8085bc

Complementary Color

#8085bc #bcb780

#8085bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8085bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8085bc Color CSS Codes

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

#8085bc Text Font Color

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

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


#8085bc Background Color

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

This div background color is #8085bc


#8085bc Border Color

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

This div border color is #8085bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8085bc


Comments

No comments written yet.

Please login to write comment.