Color Hex Logo

#7e26be Color Hex

#7E26BE
(126,38,190)
0 Favorites   0 Comments

Color spaces of #7e26be

RGB 12638190
HSL0.760.670.45
HSV275°80°75°
CMYK 0.340.800.00   0.25
XYZ18.59169.539649.5766
Yxy9.53960.23930.1228
Hunter Lab30.886253.3950-73.5481
CIE-Lab37.003161.7820-62.4788

#7e26be color RGB value is (126,38,190).

#7e26be hex color red value is 126, green value is 38 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7e26be hue: 0.76 , saturation: 0.67 and the lightness value of 7e26be is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 00100110 10111110
Octal 176 46 276
Decimal 126 38 190
Hex 7E 26 BE

RGB Percentages of Color #7e26be

%35.59
%10.73
%53.67

CMYK Percentages of Color #7e26be

%34
%80
%0
%25

Triadic Colors of #7e26be

#7e26be #be7e26 #26be7e

Analogous Colors of #7e26be

#7e26be #be26b2 #3226be

Monochromatic Colors of #7e26be

#7e26be

Complementary Color

#7e26be #66be26

#7e26be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e26be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e26be Color CSS Codes

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

#7e26be Text Font Color

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

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


#7e26be Background Color

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

This div background color is #7e26be


#7e26be Border Color

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

This div border color is #7e26be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e26be


Comments

No comments written yet.

Please login to write comment.