Color Hex Logo

#7e1ec3 Color Hex

#7E1EC3
(126,30,195)
0 Favorites   0 Comments

Color spaces of #7e1ec3

RGB 12630195
HSL0.760.730.44
HSV275°85°76°
CMYK 0.350.850.00   0.24
XYZ18.91889.304352.4285
Yxy9.30430.23460.1154
Hunter Lab30.503057.3306-80.5556
CIE-Lab36.563765.3688-66.1319

#7e1ec3 color RGB value is (126,30,195).

#7e1ec3 hex color red value is 126, green value is 30 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #7e1ec3 hue: 0.76 , saturation: 0.73 and the lightness value of 7e1ec3 is 0.44.

The process color (four color CMYK) of #7e1ec3 color hex is 0.35, 0.85, 0.00, 0.24. Web safe color of #7e1ec3 is #6633cc. Color #7e1ec3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00011110 11000011
Octal 176 36 303
Decimal 126 30 195
Hex 7E 1E C3

RGB Percentages of Color #7e1ec3

%35.90
%8.55
%55.56

CMYK Percentages of Color #7e1ec3

%35
%85
%0
%24

Triadic Colors of #7e1ec3

#7e1ec3 #c37e1e #1ec37e

Analogous Colors of #7e1ec3

#7e1ec3 #c31eb6 #2c1ec3

Monochromatic Colors of #7e1ec3

#7e1ec3

Complementary Color

#7e1ec3 #63c31e

#7e1ec3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e1ec3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e1ec3 Color CSS Codes

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

#7e1ec3 Text Font Color

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

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


#7e1ec3 Background Color

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

This div background color is #7e1ec3


#7e1ec3 Border Color

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

This div border color is #7e1ec3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e1ec3


Comments

No comments written yet.

Please login to write comment.