Color Hex Logo

#953bfa Color Hex

#953BFA
(149,59,250)
0 Favorites   0 Comments

Color spaces of #953bfa

RGB 14959250
HSL0.750.950.61
HSV268°76°98°
CMYK 0.400.760.00   0.02
XYZ31.213716.419691.9666
Yxy16.41960.22360.1176
Hunter Lab40.521166.5879-106.1997
CIE-Lab47.520271.1686-79.5367

#953bfa color RGB value is (149,59,250).

#953bfa hex color red value is 149, green value is 59 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #953bfa hue: 0.75 , saturation: 0.95 and the lightness value of 953bfa is 0.61.

The process color (four color CMYK) of #953bfa color hex is 0.40, 0.76, 0.00, 0.02. Web safe color of #953bfa is #9933ff. Color #953bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00111011 11111010
Octal 225 73 372
Decimal 149 59 250
Hex 95 3B FA

RGB Percentages of Color #953bfa

%32.53
%12.88
%54.59

CMYK Percentages of Color #953bfa

%40
%76
%0
%2

Triadic Colors of #953bfa

#953bfa #fa953b #3bfa95

Analogous Colors of #953bfa

#953bfa #f53bfa #3b40fa

Monochromatic Colors of #953bfa

#953bfa

Complementary Color

#953bfa #a0fa3b

#953bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#953bfa Color CSS Codes

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

#953bfa Text Font Color

<p style="color:#953bfa">Text here</p>

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


#953bfa Background Color

<div style="background-color:#953bfa">
Div content here</div>

This div background color is #953bfa


#953bfa Border Color

<div style="border:3px solid #953bfa">
Div here</div>

This div border color is #953bfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,59,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #953bfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #953bfa;
  -webkit-box-shadow: 1px 1px 3px 2px #953bfa;
  box-shadow:         1px 1px 3px 2px #953bfa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953bfa

Related Colors


Comments

No comments written yet.

Please login to write comment.