Color Hex Logo

#7e41cc Color Hex

#7E41CC
(126,65,204)
0 Favorites   0 Comments

Color spaces of #7e41cc

RGB 12665204
HSL0.740.580.53
HSV266°68°80°
CMYK 0.380.680.00   0.20
XYZ21.393612.575858.4266
Yxy12.57580.23150.1361
Hunter Lab35.462445.6256-72.8605
CIE-Lab42.117053.6438-62.3208

#7e41cc color RGB value is (126,65,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 01000001 11001100
Octal 176 101 314
Decimal 126 65 204
Hex 7E 41 CC

RGB Percentages of Color #7e41cc

%31.90
%16.46
%51.65

CMYK Percentages of Color #7e41cc

%38
%68
%0
%20

Triadic Colors of #7e41cc

#7e41cc #cc7e41 #41cc7e

Analogous Colors of #7e41cc

#7e41cc #c441cc #4149cc

Monochromatic Colors of #7e41cc

#7e41cc

Complementary Color

#7e41cc #8fcc41

#7e41cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e41cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e41cc Color CSS Codes

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

#7e41cc Text Font Color

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

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


#7e41cc Background Color

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

This div background color is #7e41cc


#7e41cc Border Color

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

This div border color is #7e41cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e41cc


Comments

No comments written yet.

Please login to write comment.