Color Hex Logo

#7c07ad Color Hex

#7C07AD
(124,7,173)
0 Favorites   0 Comments

Color spaces of #7c07ad

RGB 1247173
HSL0.780.920.35
HSV282°96°68°
CMYK 0.280.960.00   0.32
XYZ15.93107.454240.1343
Yxy7.45420.25080.1174
Hunter Lab27.302456.3760-68.0442
CIE-Lab32.819365.2517-59.2286

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

#7c07ad hex color red value is 124, green value is 7 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7c07ad hue: 0.78 , saturation: 0.92 and the lightness value of 7c07ad is 0.35.

The process color (four color CMYK) of #7c07ad color hex is 0.28, 0.96, 0.00, 0.32. Web safe color of #7c07ad is #660099. Color #7c07ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00000111 10101101
Octal 174 7 255
Decimal 124 7 173
Hex 7C 7 AD

RGB Percentages of Color #7c07ad

%40.79
%2.30
%56.91

CMYK Percentages of Color #7c07ad

%28
%96
%0
%32

Triadic Colors of #7c07ad

#7c07ad #ad7c07 #07ad7c

Analogous Colors of #7c07ad

#7c07ad #ad078b #2907ad

Monochromatic Colors of #7c07ad

#7c07ad

Complementary Color

#7c07ad #38ad07

#7c07ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c07ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c07ad Color CSS Codes

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

#7c07ad Text Font Color

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

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


#7c07ad Background Color

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

This div background color is #7c07ad


#7c07ad Border Color

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

This div border color is #7c07ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c07ad


Comments

No comments written yet.

Please login to write comment.