Color Hex Logo

#9518bd Color Hex

#9518BD
(149,24,189)
0 Favorites   0 Comments

Color spaces of #9518bd

RGB 14924189
HSL0.790.770.42
HSV285°87°74°
CMYK 0.210.870.00   0.26
XYZ21.906410.717049.0581
Yxy10.71700.26820.1312
Hunter Lab32.736862.1568-65.9338
CIE-Lab39.099769.0605-58.3258

#9518bd color RGB value is (149,24,189).

#9518bd hex color red value is 149, green value is 24 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9518bd hue: 0.79 , saturation: 0.77 and the lightness value of 9518bd is 0.42.

The process color (four color CMYK) of #9518bd color hex is 0.21, 0.87, 0.00, 0.26. Web safe color of #9518bd is #9900cc. Color #9518bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00011000 10111101
Octal 225 30 275
Decimal 149 24 189
Hex 95 18 BD

RGB Percentages of Color #9518bd

%41.16
%6.63
%52.21

CMYK Percentages of Color #9518bd

%21
%87
%0
%26

Triadic Colors of #9518bd

#9518bd #bd9518 #18bd95

Analogous Colors of #9518bd

#9518bd #bd1893 #4218bd

Monochromatic Colors of #9518bd

#9518bd

Complementary Color

#9518bd #40bd18

#9518bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9518bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9518bd Color CSS Codes

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

#9518bd Text Font Color

<p style="color:#9518bd">Text here</p>

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


#9518bd Background Color

<div style="background-color:#9518bd">
Div content here</div>

This div background color is #9518bd


#9518bd Border Color

<div style="border:3px solid #9518bd">
Div here</div>

This div border color is #9518bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,24,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9518bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9518bd;
  -webkit-box-shadow: 1px 1px 3px 2px #9518bd;
  box-shadow:         1px 1px 3px 2px #9518bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,24,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9518bd


Comments

No comments written yet.

Please login to write comment.