Color Hex Logo

#7a6ece Color Hex

#7A6ECE
(122,110,206)
0 Favorites   0 Comments

Color spaces of #7a6ece

RGB 122110206
HSL0.690.490.62
HSV248°47°81°
CMYK 0.410.470.00   0.19
XYZ24.742519.745760.8997
Yxy19.74570.23480.1874
Hunter Lab44.436121.6274-50.1516
CIE-Lab51.548528.0983-48.3211

#7a6ece color RGB value is (122,110,206).

#7a6ece hex color red value is 122, green value is 110 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7a6ece hue: 0.69 , saturation: 0.49 and the lightness value of 7a6ece is 0.62.

The process color (four color CMYK) of #7a6ece color hex is 0.41, 0.47, 0.00, 0.19. Web safe color of #7a6ece is #6666cc. Color #7a6ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 01101110 11001110
Octal 172 156 316
Decimal 122 110 206
Hex 7A 6E CE

RGB Percentages of Color #7a6ece

%27.85
%25.11
%47.03

CMYK Percentages of Color #7a6ece

%41
%47
%0
%19

Triadic Colors of #7a6ece

#7a6ece #ce7a6e #6ece7a

Analogous Colors of #7a6ece

#7a6ece #aa6ece #6e92ce

Monochromatic Colors of #7a6ece

#7a6ece

Complementary Color

#7a6ece #c2ce6e

#7a6ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a6ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a6ece Color CSS Codes

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

#7a6ece Text Font Color

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

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


#7a6ece Background Color

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

This div background color is #7a6ece


#7a6ece Border Color

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

This div border color is #7a6ece


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(122,110,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7a6ece; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7a6ece;
  -webkit-box-shadow: 1px 1px 3px 2px #7a6ece;
  box-shadow:         1px 1px 3px 2px #7a6ece; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,110,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a6ece


Comments

No comments written yet.

Please login to write comment.