Color Hex Logo

#8978e1 Color Hex

#8978E1
(137,120,225)
0 Favorites   0 Comments

Color spaces of #8978e1

RGB 137120225
HSL0.690.640.68
HSV250°47°88°
CMYK 0.390.470.00   0.12
XYZ30.623624.187574.2888
Yxy24.18750.23720.1874
Hunter Lab49.180825.0809-55.1325
CIE-Lab56.275031.2448-51.4575

#8978e1 color RGB value is (137,120,225).

#8978e1 hex color red value is 137, green value is 120 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #8978e1 hue: 0.69 , saturation: 0.64 and the lightness value of 8978e1 is 0.68.

The process color (four color CMYK) of #8978e1 color hex is 0.39, 0.47, 0.00, 0.12. Web safe color of #8978e1 is #9966cc. Color #8978e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111000 11100001
Octal 211 170 341
Decimal 137 120 225
Hex 89 78 E1

RGB Percentages of Color #8978e1

%28.42
%24.90
%46.68

CMYK Percentages of Color #8978e1

%39
%47
%0
%12

Triadic Colors of #8978e1

#8978e1 #e18978 #78e189

Analogous Colors of #8978e1

#8978e1 #be78e1 #789ce1

Monochromatic Colors of #8978e1

#8978e1

Complementary Color

#8978e1 #d0e178

#8978e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8978e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8978e1 Color CSS Codes

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

#8978e1 Text Font Color

<p style="color:#8978e1">Text here</p>

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


#8978e1 Background Color

<div style="background-color:#8978e1">
Div content here</div>

This div background color is #8978e1


#8978e1 Border Color

<div style="border:3px solid #8978e1">
Div here</div>

This div border color is #8978e1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,120,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8978e1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8978e1;
  -webkit-box-shadow: 1px 1px 3px 2px #8978e1;
  box-shadow:         1px 1px 3px 2px #8978e1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,120,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8978e1


Comments

No comments written yet.

Please login to write comment.