Color Hex Logo

#957aca Color Hex

#957ACA
(149,122,202)
0 Favorites   0 Comments

Color spaces of #957aca

RGB 149122202
HSL0.720.430.64
HSV260°40°79°
CMYK 0.260.400.00   0.21
XYZ30.014624.572959.0382
Yxy24.57290.26420.2163
Hunter Lab49.571121.3300-35.9135
CIE-Lab56.656927.3114-37.8171

#957aca color RGB value is (149,122,202).

#957aca hex color red value is 149, green value is 122 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #957aca hue: 0.72 , saturation: 0.43 and the lightness value of 957aca is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01111010 11001010
Octal 225 172 312
Decimal 149 122 202
Hex 95 7A CA

RGB Percentages of Color #957aca

%31.50
%25.79
%42.71

CMYK Percentages of Color #957aca

%26
%40
%0
%21

Triadic Colors of #957aca

#957aca #ca957a #7aca95

Analogous Colors of #957aca

#957aca #bd7aca #7a87ca

Monochromatic Colors of #957aca

#957aca

Complementary Color

#957aca #afca7a

#957aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#957aca Color CSS Codes

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

#957aca Text Font Color

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

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


#957aca Background Color

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

This div background color is #957aca


#957aca Border Color

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

This div border color is #957aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957aca


Comments

No comments written yet.

Please login to write comment.