Color Hex Logo

#8973ed Color Hex

#8973ED
(137,115,237)
0 Favorites   0 Comments

Color spaces of #8973ed

RGB 137115237
HSL0.700.770.69
HSV251°51°93°
CMYK 0.420.510.00   0.07
XYZ31.733323.694383.0217
Yxy23.69430.22920.1711
Hunter Lab48.676831.1831-67.0495
CIE-Lab55.780437.4681-58.9555

#8973ed color RGB value is (137,115,237).

#8973ed hex color red value is 137, green value is 115 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #8973ed hue: 0.70 , saturation: 0.77 and the lightness value of 8973ed is 0.69.

The process color (four color CMYK) of #8973ed color hex is 0.42, 0.51, 0.00, 0.07. Web safe color of #8973ed is #9966ff. Color #8973ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110011 11101101
Octal 211 163 355
Decimal 137 115 237
Hex 89 73 ED

RGB Percentages of Color #8973ed

%28.02
%23.52
%48.47

CMYK Percentages of Color #8973ed

%42
%51
%0
%7

Triadic Colors of #8973ed

#8973ed #ed8973 #73ed89

Analogous Colors of #8973ed

#8973ed #c673ed #739aed

Monochromatic Colors of #8973ed

#8973ed

Complementary Color

#8973ed #d7ed73

#8973ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8973ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8973ed Color CSS Codes

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

#8973ed Text Font Color

<p style="color:#8973ed">Text here</p>

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


#8973ed Background Color

<div style="background-color:#8973ed">
Div content here</div>

This div background color is #8973ed


#8973ed Border Color

<div style="border:3px solid #8973ed">
Div here</div>

This div border color is #8973ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,115,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8973ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8973ed;
  -webkit-box-shadow: 1px 1px 3px 2px #8973ed;
  box-shadow:         1px 1px 3px 2px #8973ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,115,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 #8973ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8973ed


Comments

No comments written yet.

Please login to write comment.