Color Hex Logo

#978aec Color Hex

#978AEC
(151,138,236)
0 Favorites   0 Comments

Color spaces of #978aec

RGB 151138236
HSL0.690.720.73
HSV248°42°93°
CMYK 0.360.420.00   0.07
XYZ36.991330.812483.3546
Yxy30.81240.24470.2038
Hunter Lab55.508921.8123-50.1762
CIE-Lab62.348927.3430-47.8743

#978aec color RGB value is (151,138,236).

#978aec hex color red value is 151, green value is 138 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #978aec hue: 0.69 , saturation: 0.72 and the lightness value of 978aec is 0.73.

The process color (four color CMYK) of #978aec color hex is 0.36, 0.42, 0.00, 0.07. Web safe color of #978aec is #9999ff. Color #978aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10001010 11101100
Octal 227 212 354
Decimal 151 138 236
Hex 97 8A EC

RGB Percentages of Color #978aec

%28.76
%26.29
%44.95

CMYK Percentages of Color #978aec

%36
%42
%0
%7

Triadic Colors of #978aec

#978aec #ec978a #8aec97

Analogous Colors of #978aec

#978aec #c88aec #8aaeec

Monochromatic Colors of #978aec

#978aec

Complementary Color

#978aec #dfec8a

#978aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#978aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#978aec Color CSS Codes

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

#978aec Text Font Color

<p style="color:#978aec">Text here</p>

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


#978aec Background Color

<div style="background-color:#978aec">
Div content here</div>

This div background color is #978aec


#978aec Border Color

<div style="border:3px solid #978aec">
Div here</div>

This div border color is #978aec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,138,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #978aec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #978aec;
  -webkit-box-shadow: 1px 1px 3px 2px #978aec;
  box-shadow:         1px 1px 3px 2px #978aec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #978aec


Comments

No comments written yet.

Please login to write comment.