Color Hex Logo

#978dda Color Hex

#978DDA
(151,141,218)
0 Favorites   0 Comments

Color spaces of #978dda

RGB 151141218
HSL0.690.510.70
HSV248°35°85°
CMYK 0.310.350.00   0.15
XYZ34.942330.691070.4120
Yxy30.69100.25680.2256
Hunter Lab55.399515.6369-36.5772
CIE-Lab62.245920.9184-38.0452

#978dda color RGB value is (151,141,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10001101 11011010
Octal 227 215 332
Decimal 151 141 218
Hex 97 8D DA

RGB Percentages of Color #978dda

%29.61
%27.65
%42.75

CMYK Percentages of Color #978dda

%31
%35
%0
%15

Triadic Colors of #978dda

#978dda #da978d #8dda97

Analogous Colors of #978dda

#978dda #be8dda #8daada

Monochromatic Colors of #978dda

#978dda

Complementary Color

#978dda #d0da8d

#978dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#978dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#978dda Color CSS Codes

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

#978dda Text Font Color

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

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


#978dda Background Color

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

This div background color is #978dda


#978dda Border Color

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

This div border color is #978dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #978dda


Comments

No comments written yet.

Please login to write comment.