Color Hex Logo

#7b51bb Color Hex

#7B51BB
(123,81,187)
0 Favorites   0 Comments

Color spaces of #7b51bb

RGB 12381187
HSL0.730.440.53
HSV264°57°73°
CMYK 0.340.570.00   0.27
XYZ20.080413.683748.5966
Yxy13.68370.24380.1661
Hunter Lab36.991532.1616-51.9967
CIE-Lab43.775940.1385-49.7811

#7b51bb color RGB value is (123,81,187).

#7b51bb hex color red value is 123, green value is 81 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #7b51bb hue: 0.73 , saturation: 0.44 and the lightness value of 7b51bb is 0.53.

The process color (four color CMYK) of #7b51bb color hex is 0.34, 0.57, 0.00, 0.27. Web safe color of #7b51bb is #6666cc. Color #7b51bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01010001 10111011
Octal 173 121 273
Decimal 123 81 187
Hex 7B 51 BB

RGB Percentages of Color #7b51bb

%31.46
%20.72
%47.83

CMYK Percentages of Color #7b51bb

%34
%57
%0
%27

Triadic Colors of #7b51bb

#7b51bb #bb7b51 #51bb7b

Analogous Colors of #7b51bb

#7b51bb #b051bb #515cbb

Monochromatic Colors of #7b51bb

#7b51bb

Complementary Color

#7b51bb #91bb51

#7b51bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b51bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b51bb Color CSS Codes

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

#7b51bb Text Font Color

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

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


#7b51bb Background Color

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

This div background color is #7b51bb


#7b51bb Border Color

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

This div border color is #7b51bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b51bb


Comments

No comments written yet.

Please login to write comment.