Color Hex Logo

#8926c6 Color Hex

#8926C6
(137,38,198)
0 Favorites   0 Comments

Color spaces of #8926c6

RGB 13738198
HSL0.770.680.46
HSV277°81°78°
CMYK 0.310.810.00   0.22
XYZ21.202710.781854.3897
Yxy10.78180.24550.1248
Hunter Lab32.835757.7990-75.2243
CIE-Lab39.210565.2644-63.4992

#8926c6 color RGB value is (137,38,198).

#8926c6 hex color red value is 137, green value is 38 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #8926c6 hue: 0.77 , saturation: 0.68 and the lightness value of 8926c6 is 0.46.

The process color (four color CMYK) of #8926c6 color hex is 0.31, 0.81, 0.00, 0.22. Web safe color of #8926c6 is #9933cc. Color #8926c6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00100110 11000110
Octal 211 46 306
Decimal 137 38 198
Hex 89 26 C6

RGB Percentages of Color #8926c6

%36.73
%10.19
%53.08

CMYK Percentages of Color #8926c6

%31
%81
%0
%22

Triadic Colors of #8926c6

#8926c6 #c68926 #26c689

Analogous Colors of #8926c6

#8926c6 #c626b3 #3926c6

Monochromatic Colors of #8926c6

#8926c6

Complementary Color

#8926c6 #63c626

#8926c6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8926c6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8926c6 Color CSS Codes

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

#8926c6 Text Font Color

<p style="color:#8926c6">Text here</p>

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


#8926c6 Background Color

<div style="background-color:#8926c6">
Div content here</div>

This div background color is #8926c6


#8926c6 Border Color

<div style="border:3px solid #8926c6">
Div here</div>

This div border color is #8926c6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,38,198, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8926c6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8926c6;
  -webkit-box-shadow: 1px 1px 3px 2px #8926c6;
  box-shadow:         1px 1px 3px 2px #8926c6; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8926c6


Comments

No comments written yet.

Please login to write comment.