Color Hex Logo

#9a7beb Color Hex

#9A7BEB
(154,123,235)
0 Favorites   0 Comments

Color spaces of #9a7beb

RGB 154123235
HSL0.710.740.70
HSV257°48°92°
CMYK 0.340.480.00   0.08
XYZ35.404827.034181.9493
Yxy27.03410.24520.1872
Hunter Lab51.994330.5570-57.0521
CIE-Lab59.005936.4575-52.6042

#9a7beb color RGB value is (154,123,235).

#9a7beb hex color red value is 154, green value is 123 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9a7beb hue: 0.71 , saturation: 0.74 and the lightness value of 9a7beb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 01111011 11101011
Octal 232 173 353
Decimal 154 123 235
Hex 9A 7B EB

RGB Percentages of Color #9a7beb

%30.08
%24.02
%45.90

CMYK Percentages of Color #9a7beb

%34
%48
%0
%8

Triadic Colors of #9a7beb

#9a7beb #eb9a7b #7beb9a

Analogous Colors of #9a7beb

#9a7beb #d27beb #7b94eb

Monochromatic Colors of #9a7beb

#9a7beb

Complementary Color

#9a7beb #cceb7b

#9a7beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a7beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a7beb Color CSS Codes

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

#9a7beb Text Font Color

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

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


#9a7beb Background Color

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

This div background color is #9a7beb


#9a7beb Border Color

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

This div border color is #9a7beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a7beb


Comments

No comments written yet.

Please login to write comment.