Color Hex Logo

#954aca Color Hex

#954ACA
(149,74,202)
0 Favorites   0 Comments

Color spaces of #954aca

RGB 14974202
HSL0.760.550.54
HSV275°63°79°
CMYK 0.260.630.00   0.21
XYZ25.503915.551457.5346
Yxy15.55140.25870.1577
Hunter Lab39.435346.4293-58.8972
CIE-Lab46.380453.6165-54.1389

#954aca color RGB value is (149,74,202).

#954aca hex color red value is 149, green value is 74 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #954aca hue: 0.76 , saturation: 0.55 and the lightness value of 954aca is 0.54.

The process color (four color CMYK) of #954aca color hex is 0.26, 0.63, 0.00, 0.21. Web safe color of #954aca is #9933cc. Color #954aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01001010 11001010
Octal 225 112 312
Decimal 149 74 202
Hex 95 4A CA

RGB Percentages of Color #954aca

%35.06
%17.41
%47.53

CMYK Percentages of Color #954aca

%26
%63
%0
%21

Triadic Colors of #954aca

#954aca #ca954a #4aca95

Analogous Colors of #954aca

#954aca #ca4abf #554aca

Monochromatic Colors of #954aca

#954aca

Complementary Color

#954aca #7fca4a

#954aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#954aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#954aca Color CSS Codes

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

#954aca Text Font Color

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

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


#954aca Background Color

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

This div background color is #954aca


#954aca Border Color

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

This div border color is #954aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #954aca


Comments

No comments written yet.

Please login to write comment.