Color Hex Logo

#950ffa Color Hex

#950FFA
(149,15,250)
0 Favorites   0 Comments

Color spaces of #950ffa

RGB 14915250
HSL0.760.960.52
HSV274°94°98°
CMYK 0.400.940.00   0.02
XYZ29.820613.633391.5023
Yxy13.63330.22100.1010
Hunter Lab36.923379.5473-121.0845
CIE-Lab43.702482.4146-85.8005

#950ffa color RGB value is (149,15,250).

#950ffa hex color red value is 149, green value is 15 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #950ffa hue: 0.76 , saturation: 0.96 and the lightness value of 950ffa is 0.52.

The process color (four color CMYK) of #950ffa color hex is 0.40, 0.94, 0.00, 0.02. Web safe color of #950ffa is #9900ff. Color #950ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00001111 11111010
Octal 225 17 372
Decimal 149 15 250
Hex 95 F FA

RGB Percentages of Color #950ffa

%35.99
%3.62
%60.39

CMYK Percentages of Color #950ffa

%40
%94
%0
%2

Triadic Colors of #950ffa

#950ffa #fa950f #0ffa95

Analogous Colors of #950ffa

#950ffa #fa0fea #1f0ffa

Monochromatic Colors of #950ffa

#950ffa

Complementary Color

#950ffa #74fa0f

#950ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#950ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#950ffa Color CSS Codes

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

#950ffa Text Font Color

<p style="color:#950ffa">Text here</p>

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


#950ffa Background Color

<div style="background-color:#950ffa">
Div content here</div>

This div background color is #950ffa


#950ffa Border Color

<div style="border:3px solid #950ffa">
Div here</div>

This div border color is #950ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #950ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.