Color Hex Logo

#7b7485 Color Hex

#7B7485
(123,116,133)
0 Favorites   0 Comments

Color spaces of #7b7485

RGB 123116133
HSL0.740.070.49
HSV265°13°52°
CMYK 0.080.130.00   0.48
XYZ18.647418.395224.7581
Yxy18.39520.30170.2977
Hunter Lab42.88962.5508-4.2025
CIE-Lab49.97206.1718-8.3271

#7b7485 color RGB value is (123,116,133).

#7b7485 hex color red value is 123, green value is 116 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #7b7485 hue: 0.74 , saturation: 0.07 and the lightness value of 7b7485 is 0.49.

The process color (four color CMYK) of #7b7485 color hex is 0.08, 0.13, 0.00, 0.48. Web safe color of #7b7485 is #666699. Color #7b7485 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01110100 10000101
Octal 173 164 205
Decimal 123 116 133
Hex 7B 74 85

RGB Percentages of Color #7b7485

%33.06
%31.18
%35.75

CMYK Percentages of Color #7b7485

%8
%13
%0
%48

Triadic Colors of #7b7485

#7b7485 #857b74 #74857b

Analogous Colors of #7b7485

#7b7485 #847485 #747685

Monochromatic Colors of #7b7485

#7b7485

Complementary Color

#7b7485 #7e8574

#7b7485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b7485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b7485 Color CSS Codes

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

#7b7485 Text Font Color

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

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


#7b7485 Background Color

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

This div background color is #7b7485


#7b7485 Border Color

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

This div border color is #7b7485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b7485


Comments

No comments written yet.

Please login to write comment.