Color Hex Logo

#977bfa Color Hex

#977BFA
(151,123,250)
0 Favorites   0 Comments

Color spaces of #977bfa

RGB 151123250
HSL0.700.930.73
HSV253°51°98°
CMYK 0.400.510.00   0.02
XYZ37.100827.647493.8235
Yxy27.64740.23400.1744
Hunter Lab52.580833.9325-68.9886
CIE-Lab59.568839.6861-60.0272

#977bfa color RGB value is (151,123,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111011 11111010
Octal 227 173 372
Decimal 151 123 250
Hex 97 7B FA

RGB Percentages of Color #977bfa

%28.82
%23.47
%47.71

CMYK Percentages of Color #977bfa

%40
%51
%0
%2

Triadic Colors of #977bfa

#977bfa #fa977b #7bfa97

Analogous Colors of #977bfa

#977bfa #d77bfa #7b9ffa

Monochromatic Colors of #977bfa

#977bfa

Complementary Color

#977bfa #defa7b

#977bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#977bfa Color CSS Codes

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

#977bfa Text Font Color

<p style="color:#977bfa">Text here</p>

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


#977bfa Background Color

<div style="background-color:#977bfa">
Div content here</div>

This div background color is #977bfa


#977bfa Border Color

<div style="border:3px solid #977bfa">
Div here</div>

This div border color is #977bfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,123,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #977bfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #977bfa;
  -webkit-box-shadow: 1px 1px 3px 2px #977bfa;
  box-shadow:         1px 1px 3px 2px #977bfa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,123,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 #977bfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977bfa


Comments

No comments written yet.

Please login to write comment.