Color Hex Logo

#7b719e Color Hex

#7B719E
(123,113,158)
0 Favorites   0 Comments

Color spaces of #7b719e

RGB 123113158
HSL0.700.190.53
HSV253°28°62°
CMYK 0.220.280.00   0.38
XYZ20.245118.489834.8496
Yxy18.48980.27510.2513
Hunter Lab42.99988.7916-17.9523
CIE-Lab50.084913.7565-22.8679

#7b719e color RGB value is (123,113,158).

#7b719e hex color red value is 123, green value is 113 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #7b719e hue: 0.70 , saturation: 0.19 and the lightness value of 7b719e is 0.53.

The process color (four color CMYK) of #7b719e color hex is 0.22, 0.28, 0.00, 0.38. Web safe color of #7b719e is #666699. Color #7b719e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01110001 10011110
Octal 173 161 236
Decimal 123 113 158
Hex 7B 71 9E

RGB Percentages of Color #7b719e

%31.22
%28.68
%40.10

CMYK Percentages of Color #7b719e

%22
%28
%0
%38

Triadic Colors of #7b719e

#7b719e #9e7b71 #719e7b

Analogous Colors of #7b719e

#7b719e #92719e #717e9e

Monochromatic Colors of #7b719e

#7b719e

Complementary Color

#7b719e #949e71

#7b719e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b719e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b719e Color CSS Codes

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

#7b719e Text Font Color

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

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


#7b719e Background Color

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

This div background color is #7b719e


#7b719e Border Color

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

This div border color is #7b719e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b719e


Comments

No comments written yet.

Please login to write comment.