Color Hex Logo

#957ffa Color Hex

#957FFA
(149,127,250)
0 Favorites   0 Comments

Color spaces of #957ffa

RGB 149127250
HSL0.700.920.74
HSV251°49°98°
CMYK 0.400.490.00   0.02
XYZ37.239128.470493.9751
Yxy28.47040.23320.1783
Hunter Lab53.357731.2019-67.0729
CIE-Lab60.311436.9390-58.8494

#957ffa color RGB value is (149,127,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01111111 11111010
Octal 225 177 372
Decimal 149 127 250
Hex 95 7F FA

RGB Percentages of Color #957ffa

%28.33
%24.14
%47.53

CMYK Percentages of Color #957ffa

%40
%49
%0
%2

Triadic Colors of #957ffa

#957ffa #fa957f #7ffa95

Analogous Colors of #957ffa

#957ffa #d37ffa #7fa7fa

Monochromatic Colors of #957ffa

#957ffa

Complementary Color

#957ffa #e4fa7f

#957ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#957ffa Color CSS Codes

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

#957ffa Text Font Color

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

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


#957ffa Background Color

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

This div background color is #957ffa


#957ffa Border Color

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

This div border color is #957ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957ffa


Comments

No comments written yet.

Please login to write comment.