Color Hex Logo

#7e49be Color Hex

#7E49BE
(126,73,190)
0 Favorites   0 Comments

Color spaces of #7e49be

RGB 12673190
HSL0.740.470.52
HSV267°62°75°
CMYK 0.340.620.00   0.25
XYZ20.281012.918450.1398
Yxy12.91840.24340.1550
Hunter Lab35.942237.8229-57.5508
CIE-Lab42.640046.0227-53.3404

#7e49be color RGB value is (126,73,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 01001001 10111110
Octal 176 111 276
Decimal 126 73 190
Hex 7E 49 BE

RGB Percentages of Color #7e49be

%32.39
%18.77
%48.84

CMYK Percentages of Color #7e49be

%34
%62
%0
%25

Triadic Colors of #7e49be

#7e49be #be7e49 #49be7e

Analogous Colors of #7e49be

#7e49be #b949be #494fbe

Monochromatic Colors of #7e49be

#7e49be

Complementary Color

#7e49be #89be49

#7e49be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e49be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e49be Color CSS Codes

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

#7e49be Text Font Color

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

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


#7e49be Background Color

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

This div background color is #7e49be


#7e49be Border Color

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

This div border color is #7e49be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e49be


Comments

No comments written yet.

Please login to write comment.