Color Hex Logo

#979eea Color Hex

#979EEA
(151,158,234)
0 Favorites   0 Comments

Color spaces of #979eea

RGB 151158234
HSL0.650.660.75
HSV235°35°92°
CMYK 0.350.320.00   0.08
XYZ39.840636.973582.8787
Yxy36.97350.24950.2315
Hunter Lab60.805810.5448-38.2485
CIE-Lab67.257115.3290-39.0631

#979eea color RGB value is (151,158,234).

#979eea hex color red value is 151, green value is 158 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #979eea hue: 0.65 , saturation: 0.66 and the lightness value of 979eea is 0.75.

The process color (four color CMYK) of #979eea color hex is 0.35, 0.32, 0.00, 0.08. Web safe color of #979eea is #9999ff. Color #979eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011110 11101010
Octal 227 236 352
Decimal 151 158 234
Hex 97 9E EA

RGB Percentages of Color #979eea

%27.81
%29.10
%43.09

CMYK Percentages of Color #979eea

%35
%32
%0
%8

Triadic Colors of #979eea

#979eea #ea979e #9eea97

Analogous Colors of #979eea

#979eea #ba97ea #97c8ea

Monochromatic Colors of #979eea

#979eea

Complementary Color

#979eea #eae397

#979eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#979eea Color CSS Codes

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

#979eea Text Font Color

<p style="color:#979eea">Text here</p>

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


#979eea Background Color

<div style="background-color:#979eea">
Div content here</div>

This div background color is #979eea


#979eea Border Color

<div style="border:3px solid #979eea">
Div here</div>

This div border color is #979eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979eea

#979eea Color Palettes


Comments

No comments written yet.

Please login to write comment.