Color Hex Logo

#8a85bc Color Hex

#8A85BC
(138,133,188)
0 Favorites   0 Comments

Color spaces of #8a85bc

RGB 138133188
HSL0.680.290.63
HSV245°29°74°
CMYK 0.270.290.00   0.26
XYZ27.945925.809251.0857
Yxy25.80920.26660.2462
Hunter Lab50.80289.2856-24.0583
CIE-Lab57.855514.1356-28.0720

#8a85bc color RGB value is (138,133,188).

#8a85bc hex color red value is 138, green value is 133 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #8a85bc hue: 0.68 , saturation: 0.29 and the lightness value of 8a85bc is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10000101 10111100
Octal 212 205 274
Decimal 138 133 188
Hex 8A 85 BC

RGB Percentages of Color #8a85bc

%30.07
%28.98
%40.96

CMYK Percentages of Color #8a85bc

%27
%29
%0
%26

Triadic Colors of #8a85bc

#8a85bc #bc8a85 #85bc8a

Analogous Colors of #8a85bc

#8a85bc #a685bc #859cbc

Monochromatic Colors of #8a85bc

#8a85bc

Complementary Color

#8a85bc #b7bc85

#8a85bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a85bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a85bc Color CSS Codes

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

#8a85bc Text Font Color

<p style="color:#8a85bc">Text here</p>

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


#8a85bc Background Color

<div style="background-color:#8a85bc">
Div content here</div>

This div background color is #8a85bc


#8a85bc Border Color

<div style="border:3px solid #8a85bc">
Div here</div>

This div border color is #8a85bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,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 #8a85bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a85bc


Comments

No comments written yet.

Please login to write comment.