color codes Logo

#7e21cc color codes

#7E21CC
(126,33,204)
0 Favorites   0 Comments

Color spaces of #7e21cc

RGB 12633204
HSL0.760.720.46
HSV273°84°80°
CMYK 0.380.840.00   0.20
XYZ20.04719.883057.9777
Yxy9.88300.22800.1124
Hunter Lab31.437258.8119-87.3387
CIE-Lab37.631666.4576-69.6369

#7e21cc color RGB value is (126,33,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 00100001 11001100
Octal 176 41 314
Decimal 126 33 204
Hex 7E 21 CC

RGB Percentages of Color #7e21cc

%34.71
%9.09
%56.20

CMYK Percentages of Color #7e21cc

%38
%84
%0
%20

Triadic Colors of #7e21cc

#7e21cc #cc7e21 #21cc7e

Analogous Colors of #7e21cc

#7e21cc #cc21c5 #2921cc

Monochromatic Colors of #7e21cc

#7e21cc

Complementary Color

#7e21cc #6fcc21

#7e21cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e21cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e21cc Color CSS Codes

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

#7e21cc Text Font Color

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

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


#7e21cc Background Color

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

This div background color is #7e21cc


#7e21cc Border Color

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

This div border color is #7e21cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e21cc


Comments

No comments written yet.

Please login to write comment.