Color Hex Logo

#9518bf Color Hex

#9518BF
(149,24,191)
0 Favorites   0 Comments

Color spaces of #9518bf

RGB 14924191
HSL0.790.780.42
HSV285°87°75°
CMYK 0.220.870.00   0.25
XYZ22.125010.804450.2096
Yxy10.80440.26610.1300
Hunter Lab32.870062.6267-67.5575
CIE-Lab39.249169.4329-59.2586

#9518bf color RGB value is (149,24,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00011000 10111111
Octal 225 30 277
Decimal 149 24 191
Hex 95 18 BF

RGB Percentages of Color #9518bf

%40.93
%6.59
%52.47

CMYK Percentages of Color #9518bf

%22
%87
%0
%25

Triadic Colors of #9518bf

#9518bf #bf9518 #18bf95

Analogous Colors of #9518bf

#9518bf #bf1896 #4118bf

Monochromatic Colors of #9518bf

#9518bf

Complementary Color

#9518bf #42bf18

#9518bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9518bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9518bf Color CSS Codes

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

#9518bf Text Font Color

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

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


#9518bf Background Color

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

This div background color is #9518bf


#9518bf Border Color

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

This div border color is #9518bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9518bf


Comments

No comments written yet.

Please login to write comment.