Color Hex Logo

#7b12eb Color Hex

#7B12EB
(123,18,235)
0 Favorites   0 Comments

Color spaces of #7b12eb

RGB 12318235
HSL0.750.860.50
HSV269°92°92°
CMYK 0.480.920.00   0.08
XYZ23.380110.641779.4191
Yxy10.64170.20610.0938
Hunter Lab32.621670.8441-121.5096
CIE-Lab38.970376.3437-85.2564

#7b12eb color RGB value is (123,18,235).

#7b12eb hex color red value is 123, green value is 18 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7b12eb hue: 0.75 , saturation: 0.86 and the lightness value of 7b12eb is 0.50.

The process color (four color CMYK) of #7b12eb color hex is 0.48, 0.92, 0.00, 0.08. Web safe color of #7b12eb is #6600ff. Color #7b12eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 00010010 11101011
Octal 173 22 353
Decimal 123 18 235
Hex 7B 12 EB

RGB Percentages of Color #7b12eb

%32.71
%4.79
%62.50

CMYK Percentages of Color #7b12eb

%48
%92
%0
%8

Triadic Colors of #7b12eb

#7b12eb #eb7b12 #12eb7b

Analogous Colors of #7b12eb

#7b12eb #e812eb #1216eb

Monochromatic Colors of #7b12eb

#7b12eb

Complementary Color

#7b12eb #82eb12

#7b12eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b12eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b12eb Color CSS Codes

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

#7b12eb Text Font Color

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

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


#7b12eb Background Color

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

This div background color is #7b12eb


#7b12eb Border Color

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

This div border color is #7b12eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b12eb


Comments

No comments written yet.

Please login to write comment.