Color Hex Logo

#7e6acc Color Hex

#7E6ACC
(126,106,204)
0 Favorites   0 Comments

Color spaces of #7e6acc

RGB 126106204
HSL0.700.490.61
HSV252°48°80°
CMYK 0.380.480.00   0.20
XYZ24.657319.103359.5145
Yxy19.10330.23880.1850
Hunter Lab43.707324.2122-50.1377
CIE-Lab50.807830.9238-48.3391

#7e6acc color RGB value is (126,106,204).

#7e6acc hex color red value is 126, green value is 106 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7e6acc hue: 0.70 , saturation: 0.49 and the lightness value of 7e6acc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 01101010 11001100
Octal 176 152 314
Decimal 126 106 204
Hex 7E 6A CC

RGB Percentages of Color #7e6acc

%28.90
%24.31
%46.79

CMYK Percentages of Color #7e6acc

%38
%48
%0
%20

Triadic Colors of #7e6acc

#7e6acc #cc7e6a #6acc7e

Analogous Colors of #7e6acc

#7e6acc #af6acc #6a87cc

Monochromatic Colors of #7e6acc

#7e6acc

Complementary Color

#7e6acc #b8cc6a

#7e6acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e6acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e6acc Color CSS Codes

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

#7e6acc Text Font Color

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

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


#7e6acc Background Color

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

This div background color is #7e6acc


#7e6acc Border Color

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

This div border color is #7e6acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e6acc


Comments

No comments written yet.

Please login to write comment.