Color Hex Logo

#977efb Color Hex

#977EFB
(151,126,251)
0 Favorites   0 Comments

Color spaces of #977efb

RGB 151126251
HSL0.700.940.74
HSV252°50°98°
CMYK 0.400.500.00   0.02
XYZ37.635928.466194.7777
Yxy28.46610.23390.1769
Hunter Lab53.353632.5459-67.9756
CIE-Lab60.307538.2505-59.3966

#977efb color RGB value is (151,126,251).

#977efb hex color red value is 151, green value is 126 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #977efb hue: 0.70 , saturation: 0.94 and the lightness value of 977efb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111110 11111011
Octal 227 176 373
Decimal 151 126 251
Hex 97 7E FB

RGB Percentages of Color #977efb

%28.60
%23.86
%47.54

CMYK Percentages of Color #977efb

%40
%50
%0
%2

Triadic Colors of #977efb

#977efb #fb977e #7efb97

Analogous Colors of #977efb

#977efb #d67efb #7ea4fb

Monochromatic Colors of #977efb

#977efb

Complementary Color

#977efb #e2fb7e

#977efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#977efb Color CSS Codes

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

#977efb Text Font Color

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

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


#977efb Background Color

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

This div background color is #977efb


#977efb Border Color

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

This div border color is #977efb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,126,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977efb


Comments

No comments written yet.

Please login to write comment.