Color Hex Logo

#9c6bea Color Hex

#9C6BEA
(156,107,234)
0 Favorites   0 Comments

Color spaces of #9c6bea

RGB 156107234
HSL0.730.750.67
HSV263°54°92°
CMYK 0.330.540.00   0.08
XYZ33.819323.523880.6000
Yxy23.52380.24520.1705
Hunter Lab48.501339.5882-64.5778
CIE-Lab55.607845.6518-57.4590

#9c6bea color RGB value is (156,107,234).

#9c6bea hex color red value is 156, green value is 107 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9c6bea hue: 0.73 , saturation: 0.75 and the lightness value of 9c6bea is 0.67.

The process color (four color CMYK) of #9c6bea color hex is 0.33, 0.54, 0.00, 0.08. Web safe color of #9c6bea is #9966ff. Color #9c6bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 01101011 11101010
Octal 234 153 352
Decimal 156 107 234
Hex 9C 6B EA

RGB Percentages of Color #9c6bea

%31.39
%21.53
%47.08

CMYK Percentages of Color #9c6bea

%33
%54
%0
%8

Triadic Colors of #9c6bea

#9c6bea #ea9c6b #6bea9c

Analogous Colors of #9c6bea

#9c6bea #dc6bea #6b7aea

Monochromatic Colors of #9c6bea

#9c6bea

Complementary Color

#9c6bea #b9ea6b

#9c6bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c6bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c6bea Color CSS Codes

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

#9c6bea Text Font Color

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

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


#9c6bea Background Color

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

This div background color is #9c6bea


#9c6bea Border Color

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

This div border color is #9c6bea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,107,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9c6bea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9c6bea;
  -webkit-box-shadow: 1px 1px 3px 2px #9c6bea;
  box-shadow:         1px 1px 3px 2px #9c6bea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,107,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c6bea


Comments

No comments written yet.

Please login to write comment.