Color Hex Logo

#7c427a Color Hex

#7C427A
(124,66,122)
0 Favorites   0 Comments

Color spaces of #7c427a

RGB 12466122
HSL0.840.310.37
HSV302°47°49°
CMYK 0.000.470.02   0.51
XYZ13.77329.586719.5368
Yxy9.58670.32110.2235
Hunter Lab30.962425.2191-15.7374
CIE-Lab37.090233.7876-21.2700

#7c427a color RGB value is (124,66,122).

#7c427a hex color red value is 124, green value is 66 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #7c427a hue: 0.84 , saturation: 0.31 and the lightness value of 7c427a is 0.37.

The process color (four color CMYK) of #7c427a color hex is 0.00, 0.47, 0.02, 0.51. Web safe color of #7c427a is #663366. Color #7c427a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01000010 01111010
Octal 174 102 172
Decimal 124 66 122
Hex 7C 42 7A

RGB Percentages of Color #7c427a

%39.74
%21.15
%39.10

CMYK Percentages of Color #7c427a

%0
%47
%2
%51

Triadic Colors of #7c427a

#7c427a #7a7c42 #427a7c

Analogous Colors of #7c427a

#7c427a #7c425d #61427c

Monochromatic Colors of #7c427a

#7c427a

Complementary Color

#7c427a #427c44

#7c427a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c427a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c427a Color CSS Codes

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

#7c427a Text Font Color

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

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


#7c427a Background Color

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

This div background color is #7c427a


#7c427a Border Color

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

This div border color is #7c427a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c427a


Comments

No comments written yet.

Please login to write comment.