Color Hex Logo

#7b5884 Color Hex

#7B5884
(123,88,132)
0 Favorites   0 Comments

Color spaces of #7b5884

RGB 12388132
HSL0.800.200.43
HSV288°33°52°
CMYK 0.070.330.00   0.48
XYZ15.823012.856323.4774
Yxy12.85630.30340.2465
Hunter Lab35.855716.0240-13.7226
CIE-Lab42.545922.7023-18.9884

#7b5884 color RGB value is (123,88,132).

#7b5884 hex color red value is 123, green value is 88 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #7b5884 hue: 0.80 , saturation: 0.20 and the lightness value of 7b5884 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 01011000 10000100
Octal 173 130 204
Decimal 123 88 132
Hex 7B 58 84

RGB Percentages of Color #7b5884

%35.86
%25.66
%38.48

CMYK Percentages of Color #7b5884

%7
%33
%0
%48

Triadic Colors of #7b5884

#7b5884 #847b58 #58847b

Analogous Colors of #7b5884

#7b5884 #845877 #655884

Monochromatic Colors of #7b5884

#7b5884

Complementary Color

#7b5884 #618458

#7b5884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b5884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b5884 Color CSS Codes

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

#7b5884 Text Font Color

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

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


#7b5884 Background Color

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

This div background color is #7b5884


#7b5884 Border Color

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

This div border color is #7b5884


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,88,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 #7b5884">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b5884


Comments

No comments written yet.

Please login to write comment.