Color Hex Logo

#7a6dcc Color Hex

#7A6DCC
(122,109,204)
0 Favorites   0 Comments

Color spaces of #7a6dcc

RGB 122109204
HSL0.690.480.61
HSV248°47°80°
CMYK 0.400.470.00   0.20
XYZ24.393819.434559.5923
Yxy19.43450.23590.1879
Hunter Lab44.084621.6233-49.2874
CIE-Lab51.191728.1291-47.7485

#7a6dcc color RGB value is (122,109,204).

#7a6dcc hex color red value is 122, green value is 109 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7a6dcc hue: 0.69 , saturation: 0.48 and the lightness value of 7a6dcc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 01101101 11001100
Octal 172 155 314
Decimal 122 109 204
Hex 7A 6D CC

RGB Percentages of Color #7a6dcc

%28.05
%25.06
%46.90

CMYK Percentages of Color #7a6dcc

%40
%47
%0
%20

Triadic Colors of #7a6dcc

#7a6dcc #cc7a6d #6dcc7a

Analogous Colors of #7a6dcc

#7a6dcc #aa6dcc #6d90cc

Monochromatic Colors of #7a6dcc

#7a6dcc

Complementary Color

#7a6dcc #bfcc6d

#7a6dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a6dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a6dcc Color CSS Codes

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

#7a6dcc Text Font Color

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

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


#7a6dcc Background Color

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

This div background color is #7a6dcc


#7a6dcc Border Color

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

This div border color is #7a6dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a6dcc


Comments

No comments written yet.

Please login to write comment.