Color Hex Logo

#7c34ad Color Hex

#7C34AD
(124,52,173)
0 Favorites   0 Comments

Color spaces of #7c34ad

RGB 12452173
HSL0.770.540.44
HSV276°70°68°
CMYK 0.280.700.00   0.32
XYZ17.08309.758240.5183
Yxy9.75820.25360.1449
Hunter Lab31.238142.9485-55.0371
CIE-Lab37.404951.9771-51.7782

#7c34ad color RGB value is (124,52,173).

#7c34ad hex color red value is 124, green value is 52 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7c34ad hue: 0.77 , saturation: 0.54 and the lightness value of 7c34ad is 0.44.

The process color (four color CMYK) of #7c34ad color hex is 0.28, 0.70, 0.00, 0.32. Web safe color of #7c34ad is #663399. Color #7c34ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00110100 10101101
Octal 174 64 255
Decimal 124 52 173
Hex 7C 34 AD

RGB Percentages of Color #7c34ad

%35.53
%14.90
%49.57

CMYK Percentages of Color #7c34ad

%28
%70
%0
%32

Triadic Colors of #7c34ad

#7c34ad #ad7c34 #34ad7c

Analogous Colors of #7c34ad

#7c34ad #ad34a2 #4034ad

Monochromatic Colors of #7c34ad

#7c34ad

Complementary Color

#7c34ad #65ad34

#7c34ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c34ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c34ad Color CSS Codes

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

#7c34ad Text Font Color

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

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


#7c34ad Background Color

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

This div background color is #7c34ad


#7c34ad Border Color

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

This div border color is #7c34ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c34ad


Comments

No comments written yet.

Please login to write comment.