Color Hex Logo

#7b1bfb Color Hex

#7B1BFB
(123,27,251)
0 Favorites   0 Comments

Color spaces of #7b1bfb

RGB 12327251
HSL0.740.970.55
HSV266°89°98°
CMYK 0.510.890.00   0.02
XYZ25.972911.959992.2063
Yxy11.95990.19960.0919
Hunter Lab34.583173.5383-133.8723
CIE-Lab41.152378.1159-90.6800

#7b1bfb color RGB value is (123,27,251).

#7b1bfb hex color red value is 123, green value is 27 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7b1bfb hue: 0.74 , saturation: 0.97 and the lightness value of 7b1bfb is 0.55.

The process color (four color CMYK) of #7b1bfb color hex is 0.51, 0.89, 0.00, 0.02. Web safe color of #7b1bfb is #6633ff. Color #7b1bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 00011011 11111011
Octal 173 33 373
Decimal 123 27 251
Hex 7B 1B FB

RGB Percentages of Color #7b1bfb

%30.67
%6.73
%62.59

CMYK Percentages of Color #7b1bfb

%51
%89
%0
%2

Triadic Colors of #7b1bfb

#7b1bfb #fb7b1b #1bfb7b

Analogous Colors of #7b1bfb

#7b1bfb #eb1bfb #1b2bfb

Monochromatic Colors of #7b1bfb

#7b1bfb

Complementary Color

#7b1bfb #9bfb1b

#7b1bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b1bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b1bfb Color CSS Codes

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

#7b1bfb Text Font Color

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

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


#7b1bfb Background Color

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

This div background color is #7b1bfb


#7b1bfb Border Color

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

This div border color is #7b1bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b1bfb


Comments

No comments written yet.

Please login to write comment.