Color Hex Logo

#978bdc Color Hex

#978BDC
(151,139,220)
0 Favorites   0 Comments

Color spaces of #978bdc

RGB 151139220
HSL0.690.540.70
HSV249°37°86°
CMYK 0.310.370.00   0.14
XYZ34.913430.211971.7015
Yxy30.21190.25520.2208
Hunter Lab54.965417.1919-38.8672
CIE-Lab61.836622.5838-39.8003

#978bdc color RGB value is (151,139,220).

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

The process color (four color CMYK) of #978bdc color hex is 0.31, 0.37, 0.00, 0.14. Web safe color of #978bdc is #9999cc. Color #978bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10001011 11011100
Octal 227 213 334
Decimal 151 139 220
Hex 97 8B DC

RGB Percentages of Color #978bdc

%29.61
%27.25
%43.14

CMYK Percentages of Color #978bdc

%31
%37
%0
%14

Triadic Colors of #978bdc

#978bdc #dc978b #8bdc97

Analogous Colors of #978bdc

#978bdc #c08bdc #8ba8dc

Monochromatic Colors of #978bdc

#978bdc

Complementary Color

#978bdc #d0dc8b

#978bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#978bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#978bdc Color CSS Codes

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

#978bdc Text Font Color

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

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


#978bdc Background Color

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

This div background color is #978bdc


#978bdc Border Color

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

This div border color is #978bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #978bdc


Comments

No comments written yet.

Please login to write comment.