Color Hex Logo

#7e13bb Color Hex

#7E13BB
(126,19,187)
0 Favorites   0 Comments

Color spaces of #7e13bb

RGB 12619187
HSL0.770.820.40
HSV278°90°73°
CMYK 0.330.900.00   0.27
XYZ17.80678.489247.7138
Yxy8.48920.24060.1147
Hunter Lab29.136258.1024-76.6986
CIE-Lab34.981666.3520-64.0124

#7e13bb color RGB value is (126,19,187).

#7e13bb hex color red value is 126, green value is 19 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #7e13bb hue: 0.77 , saturation: 0.82 and the lightness value of 7e13bb is 0.40.

The process color (four color CMYK) of #7e13bb color hex is 0.33, 0.90, 0.00, 0.27. Web safe color of #7e13bb is #6600cc. Color #7e13bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00010011 10111011
Octal 176 23 273
Decimal 126 19 187
Hex 7E 13 BB

RGB Percentages of Color #7e13bb

%37.95
%5.72
%56.33

CMYK Percentages of Color #7e13bb

%33
%90
%0
%27

Triadic Colors of #7e13bb

#7e13bb #bb7e13 #13bb7e

Analogous Colors of #7e13bb

#7e13bb #bb13a4 #2a13bb

Monochromatic Colors of #7e13bb

#7e13bb

Complementary Color

#7e13bb #50bb13

#7e13bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e13bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e13bb Color CSS Codes

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

#7e13bb Text Font Color

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

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


#7e13bb Background Color

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

This div background color is #7e13bb


#7e13bb Border Color

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

This div border color is #7e13bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e13bb


Comments

No comments written yet.

Please login to write comment.