Color Hex Logo

#7e1abc Color Hex

#7E1ABC
(126,26,188)
0 Favorites   0 Comments

Color spaces of #7e1abc

RGB 12626188
HSL0.770.760.42
HSV277°86°74°
CMYK 0.330.860.00   0.26
XYZ18.05078.805248.3252
Yxy8.80520.24010.1171
Hunter Lab29.673656.6545-75.7859
CIE-Lab35.606564.9594-63.5811

#7e1abc color RGB value is (126,26,188).

#7e1abc hex color red value is 126, green value is 26 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7e1abc hue: 0.77 , saturation: 0.76 and the lightness value of 7e1abc is 0.42.

The process color (four color CMYK) of #7e1abc color hex is 0.33, 0.86, 0.00, 0.26. Web safe color of #7e1abc is #6633cc. Color #7e1abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00011010 10111100
Octal 176 32 274
Decimal 126 26 188
Hex 7E 1A BC

RGB Percentages of Color #7e1abc

%37.06
%7.65
%55.29

CMYK Percentages of Color #7e1abc

%33
%86
%0
%26

Triadic Colors of #7e1abc

#7e1abc #bc7e1a #1abc7e

Analogous Colors of #7e1abc

#7e1abc #bc1aa9 #2d1abc

Monochromatic Colors of #7e1abc

#7e1abc

Complementary Color

#7e1abc #58bc1a

#7e1abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e1abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e1abc Color CSS Codes

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

#7e1abc Text Font Color

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

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


#7e1abc Background Color

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

This div background color is #7e1abc


#7e1abc Border Color

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

This div border color is #7e1abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e1abc


Comments

No comments written yet.

Please login to write comment.