Color Hex Logo

#978adc Color Hex

#978ADC
(151,138,220)
0 Favorites   0 Comments

Color spaces of #978adc

RGB 151138220
HSL0.690.540.70
HSV250°37°86°
CMYK 0.310.370.00   0.14
XYZ34.769229.923671.6534
Yxy29.92360.25500.2195
Hunter Lab54.702517.7263-39.3708
CIE-Lab61.588223.1607-40.1896

#978adc color RGB value is (151,138,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10001010 11011100
Octal 227 212 334
Decimal 151 138 220
Hex 97 8A DC

RGB Percentages of Color #978adc

%29.67
%27.11
%43.22

CMYK Percentages of Color #978adc

%31
%37
%0
%14

Triadic Colors of #978adc

#978adc #dc978a #8adc97

Analogous Colors of #978adc

#978adc #c08adc #8aa6dc

Monochromatic Colors of #978adc

#978adc

Complementary Color

#978adc #cfdc8a

#978adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#978adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#978adc Color CSS Codes

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

#978adc Text Font Color

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

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


#978adc Background Color

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

This div background color is #978adc


#978adc Border Color

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

This div border color is #978adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #978adc


Comments

No comments written yet.

Please login to write comment.