Color Hex Logo

#978bef Color Hex

#978BEF
(151,139,239)
0 Favorites   0 Comments

Color spaces of #978bef

RGB 151139239
HSL0.690.760.74
HSV247°42°94°
CMYK 0.370.420.00   0.06
XYZ37.575131.276585.7179
Yxy31.27650.24310.2023
Hunter Lab55.925422.0610-51.7271
CIE-Lab62.740427.5663-48.9125

#978bef color RGB value is (151,139,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10001011 11101111
Octal 227 213 357
Decimal 151 139 239
Hex 97 8B EF

RGB Percentages of Color #978bef

%28.54
%26.28
%45.18

CMYK Percentages of Color #978bef

%37
%42
%0
%6

Triadic Colors of #978bef

#978bef #ef978b #8bef97

Analogous Colors of #978bef

#978bef #c98bef #8bb1ef

Monochromatic Colors of #978bef

#978bef

Complementary Color

#978bef #e3ef8b

#978bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#978bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#978bef Color CSS Codes

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

#978bef Text Font Color

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

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


#978bef Background Color

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

This div background color is #978bef


#978bef Border Color

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

This div border color is #978bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #978bef


Comments

No comments written yet.

Please login to write comment.