Color Hex Logo

#9514bb Color Hex

#9514BB
(149,20,187)
0 Favorites   0 Comments

Color spaces of #9514bb

RGB 14920187
HSL0.800.810.41
HSV286°89°73°
CMYK 0.200.890.00   0.27
XYZ21.614210.477747.8969
Yxy10.47770.27020.1310
Hunter Lab32.369362.5450-65.0731
CIE-Lab38.686569.4724-57.8188

#9514bb color RGB value is (149,20,187).

#9514bb hex color red value is 149, green value is 20 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9514bb hue: 0.80 , saturation: 0.81 and the lightness value of 9514bb is 0.41.

The process color (four color CMYK) of #9514bb color hex is 0.20, 0.89, 0.00, 0.27. Web safe color of #9514bb is #9900cc. Color #9514bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00010100 10111011
Octal 225 24 273
Decimal 149 20 187
Hex 95 14 BB

RGB Percentages of Color #9514bb

%41.85
%5.62
%52.53

CMYK Percentages of Color #9514bb

%20
%89
%0
%27

Triadic Colors of #9514bb

#9514bb #bb9514 #14bb95

Analogous Colors of #9514bb

#9514bb #bb148e #4214bb

Monochromatic Colors of #9514bb

#9514bb

Complementary Color

#9514bb #3abb14

#9514bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9514bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9514bb Color CSS Codes

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

#9514bb Text Font Color

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

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


#9514bb Background Color

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

This div background color is #9514bb


#9514bb Border Color

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

This div border color is #9514bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9514bb


Comments

No comments written yet.

Please login to write comment.