Color Hex Logo

#978beb Color Hex

#978BEB
(151,139,235)
0 Favorites   0 Comments

Color spaces of #978beb

RGB 151139235
HSL0.690.710.73
HSV248°41°92°
CMYK 0.360.410.00   0.08
XYZ36.990531.042782.6395
Yxy31.04270.24550.2060
Hunter Lab55.716021.0053-48.9394
CIE-Lab62.543726.5011-47.0139

#978beb color RGB value is (151,139,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10001011 11101011
Octal 227 213 353
Decimal 151 139 235
Hex 97 8B EB

RGB Percentages of Color #978beb

%28.76
%26.48
%44.76

CMYK Percentages of Color #978beb

%36
%41
%0
%8

Triadic Colors of #978beb

#978beb #eb978b #8beb97

Analogous Colors of #978beb

#978beb #c78beb #8bafeb

Monochromatic Colors of #978beb

#978beb

Complementary Color

#978beb #dfeb8b

#978beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#978beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#978beb Color CSS Codes

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

#978beb Text Font Color

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

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


#978beb Background Color

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

This div background color is #978beb


#978beb Border Color

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

This div border color is #978beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #978beb


Comments

No comments written yet.

Please login to write comment.