Color Hex Logo

#7b6084 Color Hex

#7B6084
(123,96,132)
0 Favorites   0 Comments

Color spaces of #7b6084

RGB 12396132
HSL0.790.160.45
HSV285°27°52°
CMYK 0.070.270.00   0.48
XYZ16.516114.242623.7084
Yxy14.24260.30320.2615
Hunter Lab37.739412.0741-10.8292
CIE-Lab44.578917.8985-15.8754

#7b6084 color RGB value is (123,96,132).

#7b6084 hex color red value is 123, green value is 96 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #7b6084 hue: 0.79 , saturation: 0.16 and the lightness value of 7b6084 is 0.45.

The process color (four color CMYK) of #7b6084 color hex is 0.07, 0.27, 0.00, 0.48. Web safe color of #7b6084 is #666699. Color #7b6084 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01100000 10000100
Octal 173 140 204
Decimal 123 96 132
Hex 7B 60 84

RGB Percentages of Color #7b6084

%35.04
%27.35
%37.61

CMYK Percentages of Color #7b6084

%7
%27
%0
%48

Triadic Colors of #7b6084

#7b6084 #847b60 #60847b

Analogous Colors of #7b6084

#7b6084 #84607b #696084

Monochromatic Colors of #7b6084

#7b6084

Complementary Color

#7b6084 #698460

#7b6084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b6084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b6084 Color CSS Codes

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

#7b6084 Text Font Color

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

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


#7b6084 Background Color

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

This div background color is #7b6084


#7b6084 Border Color

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

This div border color is #7b6084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b6084


Comments

No comments written yet.

Please login to write comment.