Color Hex Logo

#978bed Color Hex

#978BED
(151,139,237)
0 Favorites   0 Comments

Color spaces of #978bed

RGB 151139237
HSL0.690.730.74
HSV247°41°93°
CMYK 0.360.410.00   0.07
XYZ37.281231.159084.1701
Yxy31.15900.24430.2042
Hunter Lab55.820221.5311-50.3279
CIE-Lab62.641627.0326-47.9645

#978bed color RGB value is (151,139,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10001011 11101101
Octal 227 213 355
Decimal 151 139 237
Hex 97 8B ED

RGB Percentages of Color #978bed

%28.65
%26.38
%44.97

CMYK Percentages of Color #978bed

%36
%41
%0
%7

Triadic Colors of #978bed

#978bed #ed978b #8bed97

Analogous Colors of #978bed

#978bed #c88bed #8bb0ed

Monochromatic Colors of #978bed

#978bed

Complementary Color

#978bed #e1ed8b

#978bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#978bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#978bed Color CSS Codes

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

#978bed Text Font Color

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

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


#978bed Background Color

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

This div background color is #978bed


#978bed Border Color

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

This div border color is #978bed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,139,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 #978bed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #978bed


Comments

No comments written yet.

Please login to write comment.