Color Hex Logo

#7b849d Color Hex

#7B849D
(123,132,157)
0 Favorites   0 Comments

Color spaces of #7b849d

RGB 123132157
HSL0.620.150.55
HSV224°22°62°
CMYK 0.220.160.00   0.38
XYZ22.505423.147835.1801
Yxy23.14780.27840.2864
Hunter Lab48.1122-0.6994-9.6749
CIE-Lab55.22432.3271-14.4380

#7b849d color RGB value is (123,132,157).

#7b849d hex color red value is 123, green value is 132 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #7b849d hue: 0.62 , saturation: 0.15 and the lightness value of 7b849d is 0.55.

The process color (four color CMYK) of #7b849d color hex is 0.22, 0.16, 0.00, 0.38. Web safe color of #7b849d is #669999. Color #7b849d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10000100 10011101
Octal 173 204 235
Decimal 123 132 157
Hex 7B 84 9D

RGB Percentages of Color #7b849d

%29.85
%32.04
%38.11

CMYK Percentages of Color #7b849d

%22
%16
%0
%38

Triadic Colors of #7b849d

#7b849d #9d7b84 #849d7b

Analogous Colors of #7b849d

#7b849d #837b9d #7b959d

Monochromatic Colors of #7b849d

#7b849d

Complementary Color

#7b849d #9d947b

#7b849d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b849d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b849d Color CSS Codes

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

#7b849d Text Font Color

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

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


#7b849d Background Color

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

This div background color is #7b849d


#7b849d Border Color

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

This div border color is #7b849d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b849d


Comments

No comments written yet.

Please login to write comment.