Color Hex Logo

#7b508e Color Hex

#7B508E
(123,80,142)
0 Favorites   0 Comments

Color spaces of #7b508e

RGB 12380142
HSL0.780.280.44
HSV282°44°56°
CMYK 0.130.440.00   0.44
XYZ15.919511.901327.0493
Yxy11.90130.29010.2169
Hunter Lab34.498321.9983-22.3392
CIE-Lab41.058829.6702-27.3498

#7b508e color RGB value is (123,80,142).

#7b508e hex color red value is 123, green value is 80 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #7b508e hue: 0.78 , saturation: 0.28 and the lightness value of 7b508e is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 01010000 10001110
Octal 173 120 216
Decimal 123 80 142
Hex 7B 50 8E

RGB Percentages of Color #7b508e

%35.65
%23.19
%41.16

CMYK Percentages of Color #7b508e

%13
%44
%0
%44

Triadic Colors of #7b508e

#7b508e #8e7b50 #508e7b

Analogous Colors of #7b508e

#7b508e #8e5082 #5c508e

Monochromatic Colors of #7b508e

#7b508e

Complementary Color

#7b508e #638e50

#7b508e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b508e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b508e Color CSS Codes

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

#7b508e Text Font Color

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

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


#7b508e Background Color

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

This div background color is #7b508e


#7b508e Border Color

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

This div border color is #7b508e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b508e


Comments

No comments written yet.

Please login to write comment.