Color Hex Logo

#957afa Color Hex

#957AFA
(149,122,250)
0 Favorites   0 Comments

Color spaces of #957afa

RGB 149122250
HSL0.700.930.73
HSV253°51°98°
CMYK 0.400.510.00   0.02
XYZ36.609327.210893.7652
Yxy27.21080.23230.1727
Hunter Lab52.164033.9865-70.0595
CIE-Lab59.168939.7890-60.6772

#957afa color RGB value is (149,122,250).

#957afa hex color red value is 149, green value is 122 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #957afa hue: 0.70 , saturation: 0.93 and the lightness value of 957afa is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01111010 11111010
Octal 225 172 372
Decimal 149 122 250
Hex 95 7A FA

RGB Percentages of Color #957afa

%28.60
%23.42
%47.98

CMYK Percentages of Color #957afa

%40
%51
%0
%2

Triadic Colors of #957afa

#957afa #fa957a #7afa95

Analogous Colors of #957afa

#957afa #d57afa #7a9ffa

Monochromatic Colors of #957afa

#957afa

Complementary Color

#957afa #dffa7a

#957afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#957afa Color CSS Codes

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

#957afa Text Font Color

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

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


#957afa Background Color

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

This div background color is #957afa


#957afa Border Color

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

This div border color is #957afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957afa


Comments

No comments written yet.

Please login to write comment.