Color Hex Logo

#978ced Color Hex

#978CED
(151,140,237)
0 Favorites   0 Comments

Color spaces of #978ced

RGB 151140237
HSL0.690.730.74
HSV247°41°93°
CMYK 0.360.410.00   0.07
XYZ37.426631.449984.2186
Yxy31.44990.24450.2054
Hunter Lab56.080220.9863-49.7828
CIE-Lab62.885626.4562-47.5791

#978ced color RGB value is (151,140,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10001100 11101101
Octal 227 214 355
Decimal 151 140 237
Hex 97 8C ED

RGB Percentages of Color #978ced

%28.60
%26.52
%44.89

CMYK Percentages of Color #978ced

%36
%41
%0
%7

Triadic Colors of #978ced

#978ced #ed978c #8ced97

Analogous Colors of #978ced

#978ced #c88ced #8cb2ed

Monochromatic Colors of #978ced

#978ced

Complementary Color

#978ced #e2ed8c

#978ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#978ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#978ced Color CSS Codes

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

#978ced Text Font Color

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

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


#978ced Background Color

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

This div background color is #978ced


#978ced Border Color

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

This div border color is #978ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #978ced


Comments

No comments written yet.

Please login to write comment.