Color Hex Logo

#978eed Color Hex

#978EED
(151,142,237)
0 Favorites   0 Comments

Color spaces of #978eed

RGB 151142237
HSL0.680.730.74
HSV246°40°93°
CMYK 0.360.400.00   0.07
XYZ37.721632.039784.3169
Yxy32.03970.24480.2079
Hunter Lab56.603619.8990-48.6960
CIE-Lab63.375725.3041-46.8055

#978eed color RGB value is (151,142,237).

#978eed hex color red value is 151, green value is 142 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #978eed hue: 0.68 , saturation: 0.73 and the lightness value of 978eed is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10001110 11101101
Octal 227 216 355
Decimal 151 142 237
Hex 97 8E ED

RGB Percentages of Color #978eed

%28.49
%26.79
%44.72

CMYK Percentages of Color #978eed

%36
%40
%0
%7

Triadic Colors of #978eed

#978eed #ed978e #8eed97

Analogous Colors of #978eed

#978eed #c78eed #8eb5ed

Monochromatic Colors of #978eed

#978eed

Complementary Color

#978eed #e4ed8e

#978eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#978eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#978eed Color CSS Codes

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

#978eed Text Font Color

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

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


#978eed Background Color

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

This div background color is #978eed


#978eed Border Color

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

This div border color is #978eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #978eed


Comments

No comments written yet.

Please login to write comment.