Color Hex Logo

#978aed Color Hex

#978AED
(151,138,237)
0 Favorites   0 Comments

Color spaces of #978aed

RGB 151138237
HSL0.690.730.74
HSV248°42°93°
CMYK 0.360.420.00   0.07
XYZ37.137030.870784.1221
Yxy30.87070.24410.2029
Hunter Lab55.561422.0762-50.8743
CIE-Lab62.398327.6088-48.3490

#978aed color RGB value is (151,138,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10001010 11101101
Octal 227 212 355
Decimal 151 138 237
Hex 97 8A ED

RGB Percentages of Color #978aed

%28.71
%26.24
%45.06

CMYK Percentages of Color #978aed

%36
%42
%0
%7

Triadic Colors of #978aed

#978aed #ed978a #8aed97

Analogous Colors of #978aed

#978aed #c98aed #8aafed

Monochromatic Colors of #978aed

#978aed

Complementary Color

#978aed #e0ed8a

#978aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#978aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#978aed Color CSS Codes

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

#978aed Text Font Color

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

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


#978aed Background Color

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

This div background color is #978aed


#978aed Border Color

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

This div border color is #978aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #978aed


Comments

No comments written yet.

Please login to write comment.