Color Hex Logo

#9a85bc Color Hex

#9A85BC
(154,133,188)
0 Favorites   0 Comments

Color spaces of #9a85bc

RGB 154133188
HSL0.730.290.63
HSV263°29°74°
CMYK 0.180.290.00   0.26
XYZ30.791127.275951.2189
Yxy27.27590.28170.2496
Hunter Lab52.226313.8422-21.5879
CIE-Lab59.228819.1367-25.8392

#9a85bc color RGB value is (154,133,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 10000101 10111100
Octal 232 205 274
Decimal 154 133 188
Hex 9A 85 BC

RGB Percentages of Color #9a85bc

%32.42
%28.00
%39.58

CMYK Percentages of Color #9a85bc

%18
%29
%0
%26

Triadic Colors of #9a85bc

#9a85bc #bc9a85 #85bc9a

Analogous Colors of #9a85bc

#9a85bc #b685bc #858cbc

Monochromatic Colors of #9a85bc

#9a85bc

Complementary Color

#9a85bc #a7bc85

#9a85bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a85bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a85bc Color CSS Codes

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

#9a85bc Text Font Color

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

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


#9a85bc Background Color

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

This div background color is #9a85bc


#9a85bc Border Color

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

This div border color is #9a85bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a85bc


Comments

No comments written yet.

Please login to write comment.