Color Hex Logo

#954afa Color Hex

#954AFA
(149,74,250)
0 Favorites   0 Comments

Color spaces of #954afa

RGB 14974250
HSL0.740.950.64
HSV266°70°98°
CMYK 0.400.700.00   0.02
XYZ32.098518.189292.2616
Yxy18.18920.22520.1276
Hunter Lab42.648859.7079-98.4071
CIE-Lab49.724864.8955-75.9377

#954afa color RGB value is (149,74,250).

#954afa hex color red value is 149, green value is 74 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #954afa hue: 0.74 , saturation: 0.95 and the lightness value of 954afa is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01001010 11111010
Octal 225 112 372
Decimal 149 74 250
Hex 95 4A FA

RGB Percentages of Color #954afa

%31.50
%15.64
%52.85

CMYK Percentages of Color #954afa

%40
%70
%0
%2

Triadic Colors of #954afa

#954afa #fa954a #4afa95

Analogous Colors of #954afa

#954afa #ed4afa #4a57fa

Monochromatic Colors of #954afa

#954afa

Complementary Color

#954afa #affa4a

#954afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#954afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#954afa Color CSS Codes

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

#954afa Text Font Color

<p style="color:#954afa">Text here</p>

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


#954afa Background Color

<div style="background-color:#954afa">
Div content here</div>

This div background color is #954afa


#954afa Border Color

<div style="border:3px solid #954afa">
Div here</div>

This div border color is #954afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #954afa

Related Colors


Comments

No comments written yet.

Please login to write comment.