Color Hex Logo

#9c7bea Color Hex

#9C7BEA
(156,123,234)
0 Favorites   0 Comments

Color spaces of #9c7bea

RGB 156123234
HSL0.720.730.70
HSV258°47°92°
CMYK 0.330.470.00   0.08
XYZ35.644527.174481.2084
Yxy27.17440.24750.1887
Hunter Lab52.129130.8278-55.8736
CIE-Lab59.135436.7092-51.8310

#9c7bea color RGB value is (156,123,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 01111011 11101010
Octal 234 173 352
Decimal 156 123 234
Hex 9C 7B EA

RGB Percentages of Color #9c7bea

%30.41
%23.98
%45.61

CMYK Percentages of Color #9c7bea

%33
%47
%0
%8

Triadic Colors of #9c7bea

#9c7bea #ea9c7b #7bea9c

Analogous Colors of #9c7bea

#9c7bea #d47bea #7b92ea

Monochromatic Colors of #9c7bea

#9c7bea

Complementary Color

#9c7bea #c9ea7b

#9c7bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c7bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c7bea Color CSS Codes

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

#9c7bea Text Font Color

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

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


#9c7bea Background Color

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

This div background color is #9c7bea


#9c7bea Border Color

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

This div border color is #9c7bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c7bea


Comments

No comments written yet.

Please login to write comment.