Color Hex Logo

#977ada Color Hex

#977ADA
(151,122,218)
0 Favorites   0 Comments

Color spaces of #977ada

RGB 151122218
HSL0.720.560.67
HSV258°44°85°
CMYK 0.310.440.00   0.15
XYZ32.376925.560369.5569
Yxy25.56030.25390.2005
Hunter Lab50.557225.8366-46.1815
CIE-Lab57.617331.8797-45.3226

#977ada color RGB value is (151,122,218).

#977ada hex color red value is 151, green value is 122 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #977ada hue: 0.72 , saturation: 0.56 and the lightness value of 977ada is 0.67.

The process color (four color CMYK) of #977ada color hex is 0.31, 0.44, 0.00, 0.15. Web safe color of #977ada is #9966cc. Color #977ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111010 11011010
Octal 227 172 332
Decimal 151 122 218
Hex 97 7A DA

RGB Percentages of Color #977ada

%30.75
%24.85
%44.40

CMYK Percentages of Color #977ada

%31
%44
%0
%15

Triadic Colors of #977ada

#977ada #da977a #7ada97

Analogous Colors of #977ada

#977ada #c77ada #7a8dda

Monochromatic Colors of #977ada

#977ada

Complementary Color

#977ada #bdda7a

#977ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#977ada Color CSS Codes

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

#977ada Text Font Color

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

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


#977ada Background Color

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

This div background color is #977ada


#977ada Border Color

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

This div border color is #977ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977ada


Comments

No comments written yet.

Please login to write comment.