Color Hex Logo

#7c035c Color Hex

#7C035C
(124,3,92)
0 Favorites   0 Comments

Color spaces of #7c035c

RGB 124392
HSL0.880.950.25
HSV316°98°49°
CMYK 0.000.980.26   0.51
XYZ10.27655.122910.5724
Yxy5.12290.39570.1972
Hunter Lab22.633841.4357-11.8511
CIE-Lab27.082152.4999-17.6457

#7c035c color RGB value is (124,3,92).

#7c035c hex color red value is 124, green value is 3 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #7c035c hue: 0.88 , saturation: 0.95 and the lightness value of 7c035c is 0.25.

The process color (four color CMYK) of #7c035c color hex is 0.00, 0.98, 0.26, 0.51. Web safe color of #7c035c is #660066. Color #7c035c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00000011 01011100
Octal 174 3 134
Decimal 124 3 92
Hex 7C 3 5C

RGB Percentages of Color #7c035c

%56.62
%1.37
%42.01

CMYK Percentages of Color #7c035c

%0
%98
%26
%51

Triadic Colors of #7c035c

#7c035c #5c7c03 #035c7c

Analogous Colors of #7c035c

#7c035c #7c031f #60037c

Monochromatic Colors of #7c035c

#7c035c

Complementary Color

#7c035c #037c23

#7c035c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c035c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c035c Color CSS Codes

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

#7c035c Text Font Color

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

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


#7c035c Background Color

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

This div background color is #7c035c


#7c035c Border Color

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

This div border color is #7c035c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c035c


Comments

No comments written yet.

Please login to write comment.