Color Hex Logo

#7b40bb Color Hex

#7B40BB
(123,64,187)
0 Favorites   0 Comments

Color spaces of #7b40bb

RGB 12364187
HSL0.750.490.49
HSV269°66°73°
CMYK 0.340.660.00   0.27
XYZ18.971411.465648.2269
Yxy11.46560.24120.1458
Hunter Lab33.860940.7525-60.7421
CIE-Lab40.353849.3023-55.2925

#7b40bb color RGB value is (123,64,187).

#7b40bb hex color red value is 123, green value is 64 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #7b40bb hue: 0.75 , saturation: 0.49 and the lightness value of 7b40bb is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 01000000 10111011
Octal 173 100 273
Decimal 123 64 187
Hex 7B 40 BB

RGB Percentages of Color #7b40bb

%32.89
%17.11
%50.00

CMYK Percentages of Color #7b40bb

%34
%66
%0
%27

Triadic Colors of #7b40bb

#7b40bb #bb7b40 #40bb7b

Analogous Colors of #7b40bb

#7b40bb #b940bb #4043bb

Monochromatic Colors of #7b40bb

#7b40bb

Complementary Color

#7b40bb #80bb40

#7b40bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b40bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b40bb Color CSS Codes

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

#7b40bb Text Font Color

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

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


#7b40bb Background Color

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

This div background color is #7b40bb


#7b40bb Border Color

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

This div border color is #7b40bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b40bb


Comments

No comments written yet.

Please login to write comment.