Color Hex Logo

#979edd Color Hex

#979EDD
(151,158,221)
0 Favorites   0 Comments

Color spaces of #979edd

RGB 151158221
HSL0.650.510.73
HSV234°32°87°
CMYK 0.320.290.00   0.13
XYZ38.040536.253573.3993
Yxy36.25350.25760.2455
Hunter Lab60.21097.4051-30.1291
CIE-Lab66.713211.9510-32.7552

#979edd color RGB value is (151,158,221).

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

The process color (four color CMYK) of #979edd color hex is 0.32, 0.29, 0.00, 0.13. Web safe color of #979edd is #9999cc. Color #979edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011110 11011101
Octal 227 236 335
Decimal 151 158 221
Hex 97 9E DD

RGB Percentages of Color #979edd

%28.49
%29.81
%41.70

CMYK Percentages of Color #979edd

%32
%29
%0
%13

Triadic Colors of #979edd

#979edd #dd979e #9edd97

Analogous Colors of #979edd

#979edd #b397dd #97c1dd

Monochromatic Colors of #979edd

#979edd

Complementary Color

#979edd #ddd697

#979edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#979edd Color CSS Codes

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

#979edd Text Font Color

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

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


#979edd Background Color

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

This div background color is #979edd


#979edd Border Color

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

This div border color is #979edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979edd


Comments

No comments written yet.

Please login to write comment.