Color Hex Logo

#978acd Color Hex

#978ACD
(151,138,205)
0 Favorites   0 Comments

Color spaces of #978acd

RGB 151138205
HSL0.700.400.67
HSV252°33°80°
CMYK 0.260.330.00   0.20
XYZ32.870429.164061.6544
Yxy29.16400.26580.2358
Hunter Lab54.003714.1410-29.8870
CIE-Lab60.926119.3830-32.8307

#978acd color RGB value is (151,138,205).

#978acd hex color red value is 151, green value is 138 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #978acd hue: 0.70 , saturation: 0.40 and the lightness value of 978acd is 0.67.

The process color (four color CMYK) of #978acd color hex is 0.26, 0.33, 0.00, 0.20. Web safe color of #978acd is #9999cc. Color #978acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10001010 11001101
Octal 227 212 315
Decimal 151 138 205
Hex 97 8A CD

RGB Percentages of Color #978acd

%30.57
%27.94
%41.50

CMYK Percentages of Color #978acd

%26
%33
%0
%20

Triadic Colors of #978acd

#978acd #cd978a #8acd97

Analogous Colors of #978acd

#978acd #b98acd #8a9fcd

Monochromatic Colors of #978acd

#978acd

Complementary Color

#978acd #c0cd8a

#978acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#978acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#978acd Color CSS Codes

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

#978acd Text Font Color

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

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


#978acd Background Color

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

This div background color is #978acd


#978acd Border Color

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

This div border color is #978acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #978acd


Comments

No comments written yet.

Please login to write comment.