Color Hex Logo

#7b6eaf Color Hex

#7B6EAF
(123,110,175)
0 Favorites   0 Comments

Color spaces of #7b6eaf

RGB 123110175
HSL0.700.290.56
HSV252°37°69°
CMYK 0.300.370.00   0.31
XYZ21.482218.458042.9879
Yxy18.45800.25900.2226
Hunter Lab42.962814.0685-29.2507
CIE-Lab50.047019.8822-32.8468

#7b6eaf color RGB value is (123,110,175).

#7b6eaf hex color red value is 123, green value is 110 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7b6eaf hue: 0.70 , saturation: 0.29 and the lightness value of 7b6eaf is 0.56.

The process color (four color CMYK) of #7b6eaf color hex is 0.30, 0.37, 0.00, 0.31. Web safe color of #7b6eaf is #666699. Color #7b6eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01101110 10101111
Octal 173 156 257
Decimal 123 110 175
Hex 7B 6E AF

RGB Percentages of Color #7b6eaf

%30.15
%26.96
%42.89

CMYK Percentages of Color #7b6eaf

%30
%37
%0
%31

Triadic Colors of #7b6eaf

#7b6eaf #af7b6e #6eaf7b

Analogous Colors of #7b6eaf

#7b6eaf #9c6eaf #6e82af

Monochromatic Colors of #7b6eaf

#7b6eaf

Complementary Color

#7b6eaf #a2af6e

#7b6eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b6eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b6eaf Color CSS Codes

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

#7b6eaf Text Font Color

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

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


#7b6eaf Background Color

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

This div background color is #7b6eaf


#7b6eaf Border Color

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

This div border color is #7b6eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b6eaf


Comments

No comments written yet.

Please login to write comment.