Color Hex Logo

#7b6aae Color Hex

#7B6AAE
(123,106,174)
0 Favorites   0 Comments

Color spaces of #7b6aae

RGB 123106174
HSL0.710.300.55
HSV255°39°68°
CMYK 0.290.390.00   0.32
XYZ20.962417.575042.3319
Yxy17.57500.25920.2173
Hunter Lab41.922515.8903-30.5232
CIE-Lab48.976522.0196-33.9423

#7b6aae color RGB value is (123,106,174).

#7b6aae hex color red value is 123, green value is 106 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7b6aae hue: 0.71 , saturation: 0.30 and the lightness value of 7b6aae is 0.55.

The process color (four color CMYK) of #7b6aae color hex is 0.29, 0.39, 0.00, 0.32. Web safe color of #7b6aae is #666699. Color #7b6aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01101010 10101110
Octal 173 152 256
Decimal 123 106 174
Hex 7B 6A AE

RGB Percentages of Color #7b6aae

%30.52
%26.30
%43.18

CMYK Percentages of Color #7b6aae

%29
%39
%0
%32

Triadic Colors of #7b6aae

#7b6aae #ae7b6a #6aae7b

Analogous Colors of #7b6aae

#7b6aae #9d6aae #6a7bae

Monochromatic Colors of #7b6aae

#7b6aae

Complementary Color

#7b6aae #9dae6a

#7b6aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b6aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b6aae Color CSS Codes

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

#7b6aae Text Font Color

<p style="color:#7b6aae">Text here</p>

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


#7b6aae Background Color

<div style="background-color:#7b6aae">
Div content here</div>

This div background color is #7b6aae


#7b6aae Border Color

<div style="border:3px solid #7b6aae">
Div here</div>

This div border color is #7b6aae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(123,106,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7b6aae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7b6aae;
  -webkit-box-shadow: 1px 1px 3px 2px #7b6aae;
  box-shadow:         1px 1px 3px 2px #7b6aae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b6aae


Comments

No comments written yet.

Please login to write comment.