Color Hex Logo

#7b46cb Color Hex

#7B46CB
(123,70,203)
0 Favorites   0 Comments

Color spaces of #7b46cb

RGB 12370203
HSL0.730.560.54
HSV264°66°80°
CMYK 0.390.660.00   0.20
XYZ21.138012.903157.8764
Yxy12.90310.23000.1404
Hunter Lab35.920942.1785-70.3845
CIE-Lab42.616950.2731-60.9472

#7b46cb color RGB value is (123,70,203).

#7b46cb hex color red value is 123, green value is 70 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7b46cb hue: 0.73 , saturation: 0.56 and the lightness value of 7b46cb is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 01000110 11001011
Octal 173 106 313
Decimal 123 70 203
Hex 7B 46 CB

RGB Percentages of Color #7b46cb

%31.06
%17.68
%51.26

CMYK Percentages of Color #7b46cb

%39
%66
%0
%20

Triadic Colors of #7b46cb

#7b46cb #cb7b46 #46cb7b

Analogous Colors of #7b46cb

#7b46cb #be46cb #4654cb

Monochromatic Colors of #7b46cb

#7b46cb

Complementary Color

#7b46cb #96cb46

#7b46cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b46cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b46cb Color CSS Codes

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

#7b46cb Text Font Color

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

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


#7b46cb Background Color

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

This div background color is #7b46cb


#7b46cb Border Color

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

This div border color is #7b46cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b46cb


Comments

No comments written yet.

Please login to write comment.