Color Hex Logo

#7c3abe Color Hex

#7C3ABE
(124,58,190)
0 Favorites   0 Comments

Color spaces of #7c3abe

RGB 12458190
HSL0.750.530.49
HSV270°69°75°
CMYK 0.350.690.00   0.25
XYZ19.119511.028949.8363
Yxy11.02890.23900.1379
Hunter Lab33.209844.6487-65.7267
CIE-Lab39.629153.1846-58.2194

#7c3abe color RGB value is (124,58,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 00111010 10111110
Octal 174 72 276
Decimal 124 58 190
Hex 7C 3A BE

RGB Percentages of Color #7c3abe

%33.33
%15.59
%51.08

CMYK Percentages of Color #7c3abe

%35
%69
%0
%25

Triadic Colors of #7c3abe

#7c3abe #be7c3a #3abe7c

Analogous Colors of #7c3abe

#7c3abe #be3abe #3a3abe

Monochromatic Colors of #7c3abe

#7c3abe

Complementary Color

#7c3abe #7cbe3a

#7c3abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c3abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c3abe Color CSS Codes

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

#7c3abe Text Font Color

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

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


#7c3abe Background Color

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

This div background color is #7c3abe


#7c3abe Border Color

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

This div border color is #7c3abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c3abe


Comments

No comments written yet.

Please login to write comment.