Color Hex Logo

#9a6fce Color Hex

#9A6FCE
(154,111,206)
0 Favorites   0 Comments

Color spaces of #9a6fce

RGB 154111206
HSL0.740.490.62
HSV267°46°81°
CMYK 0.250.460.00   0.19
XYZ30.151422.695161.1840
Yxy22.69510.26440.1990
Hunter Lab47.639429.6054-42.7995
CIE-Lab54.756936.0176-43.0454

#9a6fce color RGB value is (154,111,206).

#9a6fce hex color red value is 154, green value is 111 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9a6fce hue: 0.74 , saturation: 0.49 and the lightness value of 9a6fce is 0.62.

The process color (four color CMYK) of #9a6fce color hex is 0.25, 0.46, 0.00, 0.19. Web safe color of #9a6fce is #9966cc. Color #9a6fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 01101111 11001110
Octal 232 157 316
Decimal 154 111 206
Hex 9A 6F CE

RGB Percentages of Color #9a6fce

%32.70
%23.57
%43.74

CMYK Percentages of Color #9a6fce

%25
%46
%0
%19

Triadic Colors of #9a6fce

#9a6fce #ce9a6f #6fce9a

Analogous Colors of #9a6fce

#9a6fce #ca6fce #6f74ce

Monochromatic Colors of #9a6fce

#9a6fce

Complementary Color

#9a6fce #a3ce6f

#9a6fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a6fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a6fce Color CSS Codes

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

#9a6fce Text Font Color

<p style="color:#9a6fce">Text here</p>

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


#9a6fce Background Color

<div style="background-color:#9a6fce">
Div content here</div>

This div background color is #9a6fce


#9a6fce Border Color

<div style="border:3px solid #9a6fce">
Div here</div>

This div border color is #9a6fce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,111,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9a6fce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9a6fce;
  -webkit-box-shadow: 1px 1px 3px 2px #9a6fce;
  box-shadow:         1px 1px 3px 2px #9a6fce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,111,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 #9a6fce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a6fce


Comments

No comments written yet.

Please login to write comment.