Color Hex Logo

#7c305a Color Hex

#7C305A
(124,48,90)
0 Favorites   0 Comments

Color spaces of #7c305a

RGB 1244890
HSL0.910.440.34
HSV327°61°49°
CMYK 0.000.610.27   0.51
XYZ11.21467.137210.4594
Yxy7.13720.38920.2477
Hunter Lab26.715528.1782-4.5117
CIE-Lab32.117237.8347-8.6358

#7c305a color RGB value is (124,48,90).

#7c305a hex color red value is 124, green value is 48 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #7c305a hue: 0.91 , saturation: 0.44 and the lightness value of 7c305a is 0.34.

The process color (four color CMYK) of #7c305a color hex is 0.00, 0.61, 0.27, 0.51. Web safe color of #7c305a is #663366. Color #7c305a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00110000 01011010
Octal 174 60 132
Decimal 124 48 90
Hex 7C 30 5A

RGB Percentages of Color #7c305a

%47.33
%18.32
%34.35

CMYK Percentages of Color #7c305a

%0
%61
%27
%51

Triadic Colors of #7c305a

#7c305a #5a7c30 #305a7c

Analogous Colors of #7c305a

#7c305a #7c3034 #78307c

Monochromatic Colors of #7c305a

#7c305a

Complementary Color

#7c305a #307c52

#7c305a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c305a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c305a Color CSS Codes

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

#7c305a Text Font Color

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

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


#7c305a Background Color

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

This div background color is #7c305a


#7c305a Border Color

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

This div border color is #7c305a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c305a


Comments

No comments written yet.

Please login to write comment.