Color Hex Logo

#7e6acd Color Hex

#7E6ACD
(126,106,205)
0 Favorites   0 Comments

Color spaces of #7e6acd

RGB 126106205
HSL0.700.500.61
HSV252°48°80°
CMYK 0.390.480.00   0.20
XYZ24.777719.151560.1483
Yxy19.15150.23810.1840
Hunter Lab43.762424.4801-50.8561
CIE-Lab50.864031.2000-48.8207

#7e6acd color RGB value is (126,106,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 01101010 11001101
Octal 176 152 315
Decimal 126 106 205
Hex 7E 6A CD

RGB Percentages of Color #7e6acd

%28.83
%24.26
%46.91

CMYK Percentages of Color #7e6acd

%39
%48
%0
%20

Triadic Colors of #7e6acd

#7e6acd #cd7e6a #6acd7e

Analogous Colors of #7e6acd

#7e6acd #b06acd #6a88cd

Monochromatic Colors of #7e6acd

#7e6acd

Complementary Color

#7e6acd #b9cd6a

#7e6acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e6acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e6acd Color CSS Codes

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

#7e6acd Text Font Color

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

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


#7e6acd Background Color

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

This div background color is #7e6acd


#7e6acd Border Color

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

This div border color is #7e6acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e6acd


Comments

No comments written yet.

Please login to write comment.