Color Hex Logo

#7e46bf Color Hex

#7E46BF
(126,70,191)
0 Favorites   0 Comments

Color spaces of #7e46bf

RGB 12670191
HSL0.740.490.51
HSV268°63°75°
CMYK 0.340.630.00   0.25
XYZ20.198312.577550.6534
Yxy12.57750.24210.1508
Hunter Lab35.464839.5980-59.8570
CIE-Lab42.119647.8592-54.7632

#7e46bf color RGB value is (126,70,191).

#7e46bf hex color red value is 126, green value is 70 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7e46bf hue: 0.74 , saturation: 0.49 and the lightness value of 7e46bf is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 01000110 10111111
Octal 176 106 277
Decimal 126 70 191
Hex 7E 46 BF

RGB Percentages of Color #7e46bf

%32.56
%18.09
%49.35

CMYK Percentages of Color #7e46bf

%34
%63
%0
%25

Triadic Colors of #7e46bf

#7e46bf #bf7e46 #46bf7e

Analogous Colors of #7e46bf

#7e46bf #bb46bf #464bbf

Monochromatic Colors of #7e46bf

#7e46bf

Complementary Color

#7e46bf #87bf46

#7e46bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e46bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e46bf Color CSS Codes

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

#7e46bf Text Font Color

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

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


#7e46bf Background Color

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

This div background color is #7e46bf


#7e46bf Border Color

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

This div border color is #7e46bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e46bf


Comments

No comments written yet.

Please login to write comment.