Color Hex Logo

#7c4fad Color Hex

#7C4FAD
(124,79,173)
0 Favorites   0 Comments

Color spaces of #7c4fad

RGB 12479173
HSL0.750.370.49
HSV269°54°68°
CMYK 0.280.540.00   0.32
XYZ18.651012.894241.0410
Yxy12.89420.25690.1776
Hunter Lab35.908529.8737-42.6285
CIE-Lab42.603437.9516-43.4313

#7c4fad color RGB value is (124,79,173).

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

The process color (four color CMYK) of #7c4fad color hex is 0.28, 0.54, 0.00, 0.32. Web safe color of #7c4fad is #666699. Color #7c4fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01001111 10101101
Octal 174 117 255
Decimal 124 79 173
Hex 7C 4F AD

RGB Percentages of Color #7c4fad

%32.98
%21.01
%46.01

CMYK Percentages of Color #7c4fad

%28
%54
%0
%32

Triadic Colors of #7c4fad

#7c4fad #ad7c4f #4fad7c

Analogous Colors of #7c4fad

#7c4fad #ab4fad #4f51ad

Monochromatic Colors of #7c4fad

#7c4fad

Complementary Color

#7c4fad #80ad4f

#7c4fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c4fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c4fad Color CSS Codes

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

#7c4fad Text Font Color

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

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


#7c4fad Background Color

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

This div background color is #7c4fad


#7c4fad Border Color

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

This div border color is #7c4fad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,79,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 #7c4fad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c4fad


Comments

No comments written yet.

Please login to write comment.