Color Hex Logo

#7e1ec9 Color Hex

#7E1EC9
(126,30,201)
0 Favorites   0 Comments

Color spaces of #7e1ec9

RGB 12630201
HSL0.760.740.45
HSV274°85°79°
CMYK 0.370.850.00   0.21
XYZ19.61119.581256.0741
Yxy9.58120.23000.1124
Hunter Lab30.953558.9229-85.7398
CIE-Lab37.080066.6616-68.7940

#7e1ec9 color RGB value is (126,30,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 00011110 11001001
Octal 176 36 311
Decimal 126 30 201
Hex 7E 1E C9

RGB Percentages of Color #7e1ec9

%35.29
%8.40
%56.30

CMYK Percentages of Color #7e1ec9

%37
%85
%0
%21

Triadic Colors of #7e1ec9

#7e1ec9 #c97e1e #1ec97e

Analogous Colors of #7e1ec9

#7e1ec9 #c91ebf #281ec9

Monochromatic Colors of #7e1ec9

#7e1ec9

Complementary Color

#7e1ec9 #69c91e

#7e1ec9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e1ec9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e1ec9 Color CSS Codes

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

#7e1ec9 Text Font Color

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

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


#7e1ec9 Background Color

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

This div background color is #7e1ec9


#7e1ec9 Border Color

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

This div border color is #7e1ec9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e1ec9


Comments

No comments written yet.

Please login to write comment.