Color Hex Logo

#7c3aba Color Hex

#7C3ABA
(124,58,186)
0 Favorites   0 Comments

Color spaces of #7c3aba

RGB 12458186
HSL0.750.520.48
HSV271°69°73°
CMYK 0.330.690.00   0.27
XYZ18.688210.856447.5649
Yxy10.85640.24240.1408
Hunter Lab32.949143.5816-62.5261
CIE-Lab39.337652.2216-56.3440

#7c3aba color RGB value is (124,58,186).

#7c3aba hex color red value is 124, green value is 58 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7c3aba hue: 0.75 , saturation: 0.52 and the lightness value of 7c3aba is 0.48.

The process color (four color CMYK) of #7c3aba color hex is 0.33, 0.69, 0.00, 0.27. Web safe color of #7c3aba is #6633cc. Color #7c3aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00111010 10111010
Octal 174 72 272
Decimal 124 58 186
Hex 7C 3A BA

RGB Percentages of Color #7c3aba

%33.70
%15.76
%50.54

CMYK Percentages of Color #7c3aba

%33
%69
%0
%27

Triadic Colors of #7c3aba

#7c3aba #ba7c3a #3aba7c

Analogous Colors of #7c3aba

#7c3aba #ba3ab8 #3c3aba

Monochromatic Colors of #7c3aba

#7c3aba

Complementary Color

#7c3aba #78ba3a

#7c3aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c3aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c3aba Color CSS Codes

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

#7c3aba Text Font Color

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

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


#7c3aba Background Color

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

This div background color is #7c3aba


#7c3aba Border Color

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

This div border color is #7c3aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c3aba


Comments

No comments written yet.

Please login to write comment.