Color Hex Logo

#9c7bef Color Hex

#9C7BEF
(156,123,239)
0 Favorites   0 Comments

Color spaces of #9c7bef

RGB 156123239
HSL0.710.780.71
HSV257°49°94°
CMYK 0.350.490.00   0.06
XYZ36.373227.465885.0457
Yxy27.46580.24430.1845
Hunter Lab52.407832.1727-59.5284
CIE-Lab59.403037.9962-54.1825

#9c7bef color RGB value is (156,123,239).

#9c7bef hex color red value is 156, green value is 123 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9c7bef hue: 0.71 , saturation: 0.78 and the lightness value of 9c7bef is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 01111011 11101111
Octal 234 173 357
Decimal 156 123 239
Hex 9C 7B EF

RGB Percentages of Color #9c7bef

%30.12
%23.75
%46.14

CMYK Percentages of Color #9c7bef

%35
%49
%0
%6

Triadic Colors of #9c7bef

#9c7bef #ef9c7b #7bef9c

Analogous Colors of #9c7bef

#9c7bef #d67bef #7b94ef

Monochromatic Colors of #9c7bef

#9c7bef

Complementary Color

#9c7bef #ceef7b

#9c7bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c7bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c7bef Color CSS Codes

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

#9c7bef Text Font Color

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

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


#9c7bef Background Color

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

This div background color is #9c7bef


#9c7bef Border Color

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

This div border color is #9c7bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c7bef


Comments

No comments written yet.

Please login to write comment.