Color Hex Logo

#7b5c8d Color Hex

#7B5C8D
(123,92,141)
0 Favorites   0 Comments

Color spaces of #7b5c8d

RGB 12392141
HSL0.770.210.46
HSV278°35°55°
CMYK 0.130.350.00   0.45
XYZ16.803213.788326.9751
Yxy13.78830.29190.2395
Hunter Lab37.132615.7926-17.0786
CIE-Lab43.927822.3122-22.2882

#7b5c8d color RGB value is (123,92,141).

#7b5c8d hex color red value is 123, green value is 92 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #7b5c8d hue: 0.77 , saturation: 0.21 and the lightness value of 7b5c8d is 0.46.

The process color (four color CMYK) of #7b5c8d color hex is 0.13, 0.35, 0.00, 0.45. Web safe color of #7b5c8d is #666699. Color #7b5c8d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01011100 10001101
Octal 173 134 215
Decimal 123 92 141
Hex 7B 5C 8D

RGB Percentages of Color #7b5c8d

%34.55
%25.84
%39.61

CMYK Percentages of Color #7b5c8d

%13
%35
%0
%45

Triadic Colors of #7b5c8d

#7b5c8d #8d7b5c #5c8d7b

Analogous Colors of #7b5c8d

#7b5c8d #8d5c87 #635c8d

Monochromatic Colors of #7b5c8d

#7b5c8d

Complementary Color

#7b5c8d #6e8d5c

#7b5c8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b5c8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b5c8d Color CSS Codes

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

#7b5c8d Text Font Color

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

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


#7b5c8d Background Color

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

This div background color is #7b5c8d


#7b5c8d Border Color

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

This div border color is #7b5c8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b5c8d


Comments

No comments written yet.

Please login to write comment.