Color Hex Logo

#7c0aaa Color Hex

#7C0AAA
(124,10,170)
0 Favorites   0 Comments

Color spaces of #7c0aaa

RGB 12410170
HSL0.790.890.35
HSV283°94°67°
CMYK 0.270.940.00   0.33
XYZ15.67647.404438.6332
Yxy7.40440.25400.1200
Hunter Lab27.211055.2154-65.1300
CIE-Lab32.710464.2449-57.6059

#7c0aaa color RGB value is (124,10,170).

#7c0aaa hex color red value is 124, green value is 10 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7c0aaa hue: 0.79 , saturation: 0.89 and the lightness value of 7c0aaa is 0.35.

The process color (four color CMYK) of #7c0aaa color hex is 0.27, 0.94, 0.00, 0.33. Web safe color of #7c0aaa is #660099. Color #7c0aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00001010 10101010
Octal 174 12 252
Decimal 124 10 170
Hex 7C A AA

RGB Percentages of Color #7c0aaa

%40.79
%3.29
%55.92

CMYK Percentages of Color #7c0aaa

%27
%94
%0
%33

Triadic Colors of #7c0aaa

#7c0aaa #aa7c0a #0aaa7c

Analogous Colors of #7c0aaa

#7c0aaa #aa0a88 #2c0aaa

Monochromatic Colors of #7c0aaa

#7c0aaa

Complementary Color

#7c0aaa #38aa0a

#7c0aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c0aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c0aaa Color CSS Codes

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

#7c0aaa Text Font Color

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

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


#7c0aaa Background Color

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

This div background color is #7c0aaa


#7c0aaa Border Color

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

This div border color is #7c0aaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,10,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7c0aaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7c0aaa;
  -webkit-box-shadow: 1px 1px 3px 2px #7c0aaa;
  box-shadow:         1px 1px 3px 2px #7c0aaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,10,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c0aaa


Comments

No comments written yet.

Please login to write comment.