Color Hex Logo

#7c1aac Color Hex

#7C1AAC
(124,26,172)
0 Favorites   0 Comments

Color spaces of #7c1aac

RGB 12426172
HSL0.780.740.39
HSV280°85°67°
CMYK 0.280.850.00   0.33
XYZ16.12808.002439.7243
Yxy8.00240.25260.1253
Hunter Lab28.288552.2625-63.4563
CIE-Lab33.987961.3464-56.7238

#7c1aac color RGB value is (124,26,172).

#7c1aac hex color red value is 124, green value is 26 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7c1aac hue: 0.78 , saturation: 0.74 and the lightness value of 7c1aac is 0.39.

The process color (four color CMYK) of #7c1aac color hex is 0.28, 0.85, 0.00, 0.33. Web safe color of #7c1aac is #663399. Color #7c1aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00011010 10101100
Octal 174 32 254
Decimal 124 26 172
Hex 7C 1A AC

RGB Percentages of Color #7c1aac

%38.51
%8.07
%53.42

CMYK Percentages of Color #7c1aac

%28
%85
%0
%33

Triadic Colors of #7c1aac

#7c1aac #ac7c1a #1aac7c

Analogous Colors of #7c1aac

#7c1aac #ac1a93 #331aac

Monochromatic Colors of #7c1aac

#7c1aac

Complementary Color

#7c1aac #4aac1a

#7c1aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c1aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c1aac Color CSS Codes

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

#7c1aac Text Font Color

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

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


#7c1aac Background Color

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

This div background color is #7c1aac


#7c1aac Border Color

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

This div border color is #7c1aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c1aac


Comments

No comments written yet.

Please login to write comment.