Color Hex Logo

#8946ce Color Hex

#8946CE
(137,70,206)
0 Favorites   0 Comments

Color spaces of #8946ce

RGB 13770206
HSL0.750.580.54
HSV270°66°81°
CMYK 0.330.660.00   0.19
XYZ23.647314.154959.8783
Yxy14.15490.24210.1449
Hunter Lab37.623046.3529-68.0260
CIE-Lab44.454353.8950-59.6261

#8946ce color RGB value is (137,70,206).

#8946ce hex color red value is 137, green value is 70 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8946ce hue: 0.75 , saturation: 0.58 and the lightness value of 8946ce is 0.54.

The process color (four color CMYK) of #8946ce color hex is 0.33, 0.66, 0.00, 0.19. Web safe color of #8946ce is #9933cc. Color #8946ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01000110 11001110
Octal 211 106 316
Decimal 137 70 206
Hex 89 46 CE

RGB Percentages of Color #8946ce

%33.17
%16.95
%49.88

CMYK Percentages of Color #8946ce

%33
%66
%0
%19

Triadic Colors of #8946ce

#8946ce #ce8946 #46ce89

Analogous Colors of #8946ce

#8946ce #cd46ce #4647ce

Monochromatic Colors of #8946ce

#8946ce

Complementary Color

#8946ce #8bce46

#8946ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8946ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8946ce Color CSS Codes

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

#8946ce Text Font Color

<p style="color:#8946ce">Text here</p>

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


#8946ce Background Color

<div style="background-color:#8946ce">
Div content here</div>

This div background color is #8946ce


#8946ce Border Color

<div style="border:3px solid #8946ce">
Div here</div>

This div border color is #8946ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,70,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8946ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8946ce;
  -webkit-box-shadow: 1px 1px 3px 2px #8946ce;
  box-shadow:         1px 1px 3px 2px #8946ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8946ce


Comments

No comments written yet.

Please login to write comment.