Color Hex Logo

#7e13bf Color Hex

#7E13BF
(126,19,191)
0 Favorites   0 Comments

Color spaces of #7e13bf

RGB 12619191
HSL0.770.820.41
HSV277°90°75°
CMYK 0.340.900.00   0.25
XYZ18.24108.663050.0009
Yxy8.66300.23720.1126
Hunter Lab29.433059.1171-80.1191
CIE-Lab35.327267.1698-65.8060

#7e13bf color RGB value is (126,19,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 00010011 10111111
Octal 176 23 277
Decimal 126 19 191
Hex 7E 13 BF

RGB Percentages of Color #7e13bf

%37.50
%5.65
%56.85

CMYK Percentages of Color #7e13bf

%34
%90
%0
%25

Triadic Colors of #7e13bf

#7e13bf #bf7e13 #13bf7e

Analogous Colors of #7e13bf

#7e13bf #bf13aa #2813bf

Monochromatic Colors of #7e13bf

#7e13bf

Complementary Color

#7e13bf #54bf13

#7e13bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e13bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e13bf Color CSS Codes

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

#7e13bf Text Font Color

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

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


#7e13bf Background Color

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

This div background color is #7e13bf


#7e13bf Border Color

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

This div border color is #7e13bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,19,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e13bf


Comments

No comments written yet.

Please login to write comment.