Color Hex Logo

#7c3977 Color Hex

#7C3977
(124,57,119)
0 Favorites   0 Comments

Color spaces of #7c3977

RGB 12457119
HSL0.850.370.35
HSV304°54°49°
CMYK 0.000.540.04   0.51
XYZ13.10518.543318.4111
Yxy8.54330.32710.2133
Hunter Lab29.228928.8818-16.8861
CIE-Lab35.089738.0935-22.5096

#7c3977 color RGB value is (124,57,119).

#7c3977 hex color red value is 124, green value is 57 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #7c3977 hue: 0.85 , saturation: 0.37 and the lightness value of 7c3977 is 0.35.

The process color (four color CMYK) of #7c3977 color hex is 0.00, 0.54, 0.04, 0.51. Web safe color of #7c3977 is #663366. Color #7c3977 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00111001 01110111
Octal 174 71 167
Decimal 124 57 119
Hex 7C 39 77

RGB Percentages of Color #7c3977

%41.33
%19.00
%39.67

CMYK Percentages of Color #7c3977

%0
%54
%4
%51

Triadic Colors of #7c3977

#7c3977 #777c39 #39777c

Analogous Colors of #7c3977

#7c3977 #7c3955 #60397c

Monochromatic Colors of #7c3977

#7c3977

Complementary Color

#7c3977 #397c3e

#7c3977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c3977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c3977 Color CSS Codes

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

#7c3977 Text Font Color

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

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


#7c3977 Background Color

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

This div background color is #7c3977


#7c3977 Border Color

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

This div border color is #7c3977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c3977


Comments

No comments written yet.

Please login to write comment.