Color Hex Logo

#9465bb Color Hex

#9465BB
(148,101,187)
0 Favorites   0 Comments

Color spaces of #9465bb

RGB 148101187
HSL0.760.390.56
HSV273°46°73°
CMYK 0.210.460.00   0.27
XYZ25.836119.191149.3563
Yxy19.19110.27370.2033
Hunter Lab43.807628.6092-36.1343
CIE-Lab50.910035.4861-38.2731

#9465bb color RGB value is (148,101,187).

#9465bb hex color red value is 148, green value is 101 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9465bb hue: 0.76 , saturation: 0.39 and the lightness value of 9465bb is 0.56.

The process color (four color CMYK) of #9465bb color hex is 0.21, 0.46, 0.00, 0.27. Web safe color of #9465bb is #9966cc. Color #9465bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01100101 10111011
Octal 224 145 273
Decimal 148 101 187
Hex 94 65 BB

RGB Percentages of Color #9465bb

%33.94
%23.17
%42.89

CMYK Percentages of Color #9465bb

%21
%46
%0
%27

Triadic Colors of #9465bb

#9465bb #bb9465 #65bb94

Analogous Colors of #9465bb

#9465bb #bb65b7 #6965bb

Monochromatic Colors of #9465bb

#9465bb

Complementary Color

#9465bb #8cbb65

#9465bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9465bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9465bb Color CSS Codes

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

#9465bb Text Font Color

<p style="color:#9465bb">Text here</p>

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


#9465bb Background Color

<div style="background-color:#9465bb">
Div content here</div>

This div background color is #9465bb


#9465bb Border Color

<div style="border:3px solid #9465bb">
Div here</div>

This div border color is #9465bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,101,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9465bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9465bb;
  -webkit-box-shadow: 1px 1px 3px 2px #9465bb;
  box-shadow:         1px 1px 3px 2px #9465bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,101,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9465bb


Comments

No comments written yet.

Please login to write comment.