Color Hex Logo

#977aea Color Hex

#977AEA
(151,122,234)
0 Favorites   0 Comments

Color spaces of #977aea

RGB 151122234
HSL0.710.730.70
HSV256°48°92°
CMYK 0.350.480.00   0.08
XYZ34.573326.438981.1229
Yxy26.43890.24320.1860
Hunter Lab51.418830.0382-57.5481
CIE-Lab58.451336.0090-52.9468

#977aea color RGB value is (151,122,234).

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

The process color (four color CMYK) of #977aea color hex is 0.35, 0.48, 0.00, 0.08. Web safe color of #977aea is #9966ff. Color #977aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111010 11101010
Octal 227 172 352
Decimal 151 122 234
Hex 97 7A EA

RGB Percentages of Color #977aea

%29.78
%24.06
%46.15

CMYK Percentages of Color #977aea

%35
%48
%0
%8

Triadic Colors of #977aea

#977aea #ea977a #7aea97

Analogous Colors of #977aea

#977aea #cf7aea #7a95ea

Monochromatic Colors of #977aea

#977aea

Complementary Color

#977aea #cdea7a

#977aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#977aea Color CSS Codes

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

#977aea Text Font Color

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

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


#977aea Background Color

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

This div background color is #977aea


#977aea Border Color

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

This div border color is #977aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977aea


Comments

No comments written yet.

Please login to write comment.