Color Hex Logo

#7b83ac Color Hex

#7B83AC
(123,131,172)
0 Favorites   0 Comments

Color spaces of #7b83ac

RGB 123131172
HSL0.640.230.58
HSV230°28°67°
CMYK 0.280.240.00   0.33
XYZ23.731123.422142.2999
Yxy23.42210.26530.2618
Hunter Lab48.39642.8336-17.9438
CIE-Lab55.50456.6358-22.6504

#7b83ac color RGB value is (123,131,172).

#7b83ac hex color red value is 123, green value is 131 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7b83ac hue: 0.64 , saturation: 0.23 and the lightness value of 7b83ac is 0.58.

The process color (four color CMYK) of #7b83ac color hex is 0.28, 0.24, 0.00, 0.33. Web safe color of #7b83ac is #669999. Color #7b83ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10000011 10101100
Octal 173 203 254
Decimal 123 131 172
Hex 7B 83 AC

RGB Percentages of Color #7b83ac

%28.87
%30.75
%40.38

CMYK Percentages of Color #7b83ac

%28
%24
%0
%33

Triadic Colors of #7b83ac

#7b83ac #ac7b83 #83ac7b

Analogous Colors of #7b83ac

#7b83ac #8c7bac #7b9cac

Monochromatic Colors of #7b83ac

#7b83ac

Complementary Color

#7b83ac #aca47b

#7b83ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b83ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b83ac Color CSS Codes

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

#7b83ac Text Font Color

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

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


#7b83ac Background Color

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

This div background color is #7b83ac


#7b83ac Border Color

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

This div border color is #7b83ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b83ac


Comments

No comments written yet.

Please login to write comment.