Color Hex Logo

#9c7aee Color Hex

#9C7AEE
(156,122,238)
0 Favorites   0 Comments

Color spaces of #9c7aee

RGB 156122238
HSL0.720.770.71
HSV258°49°93°
CMYK 0.340.490.00   0.07
XYZ36.102527.160084.2285
Yxy27.16000.24480.1841
Hunter Lab52.115332.4530-59.3436
CIE-Lab59.122138.3042-54.0750

#9c7aee color RGB value is (156,122,238).

#9c7aee hex color red value is 156, green value is 122 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #9c7aee hue: 0.72 , saturation: 0.77 and the lightness value of 9c7aee is 0.71.

The process color (four color CMYK) of #9c7aee color hex is 0.34, 0.49, 0.00, 0.07. Web safe color of #9c7aee is #9966ff. Color #9c7aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 01111010 11101110
Octal 234 172 356
Decimal 156 122 238
Hex 9C 7A EE

RGB Percentages of Color #9c7aee

%30.23
%23.64
%46.12

CMYK Percentages of Color #9c7aee

%34
%49
%0
%7

Triadic Colors of #9c7aee

#9c7aee #ee9c7a #7aee9c

Analogous Colors of #9c7aee

#9c7aee #d67aee #7a92ee

Monochromatic Colors of #9c7aee

#9c7aee

Complementary Color

#9c7aee #ccee7a

#9c7aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c7aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c7aee Color CSS Codes

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

#9c7aee Text Font Color

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

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


#9c7aee Background Color

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

This div background color is #9c7aee


#9c7aee Border Color

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

This div border color is #9c7aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c7aee


Comments

No comments written yet.

Please login to write comment.