Color Hex Logo

#7e4fbe Color Hex

#7E4FBE
(126,79,190)
0 Favorites   0 Comments

Color spaces of #7e4fbe

RGB 12679190
HSL0.740.460.53
HSV265°58°75°
CMYK 0.340.580.00   0.25
XYZ20.694413.745350.2776
Yxy13.74530.24430.1622
Hunter Lab37.074734.7548-54.4520
CIE-Lab43.865442.7573-51.3690

#7e4fbe color RGB value is (126,79,190).

#7e4fbe hex color red value is 126, green value is 79 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7e4fbe hue: 0.74 , saturation: 0.46 and the lightness value of 7e4fbe is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 01001111 10111110
Octal 176 117 276
Decimal 126 79 190
Hex 7E 4F BE

RGB Percentages of Color #7e4fbe

%31.90
%20.00
%48.10

CMYK Percentages of Color #7e4fbe

%34
%58
%0
%25

Triadic Colors of #7e4fbe

#7e4fbe #be7e4f #4fbe7e

Analogous Colors of #7e4fbe

#7e4fbe #b64fbe #4f57be

Monochromatic Colors of #7e4fbe

#7e4fbe

Complementary Color

#7e4fbe #8fbe4f

#7e4fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e4fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e4fbe Color CSS Codes

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

#7e4fbe Text Font Color

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

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


#7e4fbe Background Color

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

This div background color is #7e4fbe


#7e4fbe Border Color

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

This div border color is #7e4fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e4fbe


Comments

No comments written yet.

Please login to write comment.