Color Hex Logo

#9585bc Color Hex

#9585BC
(149,133,188)
0 Favorites   0 Comments

Color spaces of #9585bc

RGB 149133188
HSL0.720.290.63
HSV257°29°74°
CMYK 0.210.290.00   0.26
XYZ29.859126.795551.1753
Yxy26.79550.27690.2485
Hunter Lab51.764412.3760-22.3802
CIE-Lab58.784617.5514-26.5610

#9585bc color RGB value is (149,133,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000101 10111100
Octal 225 205 274
Decimal 149 133 188
Hex 95 85 BC

RGB Percentages of Color #9585bc

%31.70
%28.30
%40.00

CMYK Percentages of Color #9585bc

%21
%29
%0
%26

Triadic Colors of #9585bc

#9585bc #bc9585 #85bc95

Analogous Colors of #9585bc

#9585bc #b185bc #8591bc

Monochromatic Colors of #9585bc

#9585bc

Complementary Color

#9585bc #acbc85

#9585bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9585bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9585bc Color CSS Codes

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

#9585bc Text Font Color

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

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


#9585bc Background Color

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

This div background color is #9585bc


#9585bc Border Color

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

This div border color is #9585bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9585bc


Comments

No comments written yet.

Please login to write comment.