color codes Logo

#7e1ecc color codes

#7E1ECC
(126,30,204)
0 Favorites   0 Comments

Color spaces of #7e1ecc

RGB 12630204
HSL0.760.740.46
HSV273°85°80°
CMYK 0.380.850.00   0.20
XYZ19.96759.723857.9512
Yxy9.72380.22780.1109
Hunter Lab31.183059.7291-88.3578
CIE-Lab37.342167.3112-70.1114

#7e1ecc color RGB value is (126,30,204).

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

The process color (four color CMYK) of #7e1ecc color code is 0.38, 0.85, 0.00, 0.20. Web safe color of #7e1ecc is #6633cc. Color #7e1ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00011110 11001100
Octal 176 36 314
Decimal 126 30 204
Hex 7E 1E CC

RGB Percentages of Color #7e1ecc

%35.00
%8.33
%56.67

CMYK Percentages of Color #7e1ecc

%38
%85
%0
%20

Triadic Colors of #7e1ecc

#7e1ecc #cc7e1e #1ecc7e

Analogous Colors of #7e1ecc

#7e1ecc #cc1ec3 #271ecc

Monochromatic Colors of #7e1ecc

#7e1ecc

Complementary Color

#7e1ecc #6ccc1e

#7e1ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e1ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e1ecc Color CSS Codes

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

#7e1ecc Text Font Color

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

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


#7e1ecc Background Color

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

This div background color is #7e1ecc


#7e1ecc Border Color

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

This div border color is #7e1ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e1ecc


Comments

No comments written yet.

Please login to write comment.