Color Hex Logo

#978edf Color Hex

#978EDF
(151,142,223)
0 Favorites   0 Comments

Color spaces of #978edf

RGB 151142223
HSL0.690.560.72
HSV247°36°87°
CMYK 0.320.360.00   0.13
XYZ35.754831.253073.9600
Yxy31.25300.25360.2217
Hunter Lab55.904416.3307-39.3060
CIE-Lab62.720621.6272-40.0842

#978edf color RGB value is (151,142,223).

#978edf hex color red value is 151, green value is 142 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #978edf hue: 0.69 , saturation: 0.56 and the lightness value of 978edf is 0.72.

The process color (four color CMYK) of #978edf color hex is 0.32, 0.36, 0.00, 0.13. Web safe color of #978edf is #9999cc. Color #978edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10001110 11011111
Octal 227 216 337
Decimal 151 142 223
Hex 97 8E DF

RGB Percentages of Color #978edf

%29.26
%27.52
%43.22

CMYK Percentages of Color #978edf

%32
%36
%0
%13

Triadic Colors of #978edf

#978edf #df978e #8edf97

Analogous Colors of #978edf

#978edf #c08edf #8eaedf

Monochromatic Colors of #978edf

#978edf

Complementary Color

#978edf #d6df8e

#978edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#978edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#978edf Color CSS Codes

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

#978edf Text Font Color

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

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


#978edf Background Color

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

This div background color is #978edf


#978edf Border Color

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

This div border color is #978edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #978edf


Comments

No comments written yet.

Please login to write comment.