Color Hex Logo

#7a365b Color Hex

#7A365B
(122,54,91)
0 Favorites   0 Comments

Color spaces of #7a365b

RGB 1225491
HSL0.910.390.35
HSV327°56°48°
CMYK 0.000.560.25   0.52
XYZ11.23357.531210.7591
Yxy7.53120.38050.2551
Hunter Lab27.443025.0417-4.0347
CIE-Lab32.986834.2240-8.0031

#7a365b color RGB value is (122,54,91).

#7a365b hex color red value is 122, green value is 54 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #7a365b hue: 0.91 , saturation: 0.39 and the lightness value of 7a365b is 0.35.

The process color (four color CMYK) of #7a365b color hex is 0.00, 0.56, 0.25, 0.52. Web safe color of #7a365b is #663366. Color #7a365b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 00110110 01011011
Octal 172 66 133
Decimal 122 54 91
Hex 7A 36 5B

RGB Percentages of Color #7a365b

%45.69
%20.22
%34.08

CMYK Percentages of Color #7a365b

%0
%56
%25
%52

Triadic Colors of #7a365b

#7a365b #5b7a36 #365b7a

Analogous Colors of #7a365b

#7a365b #7a3639 #77367a

Monochromatic Colors of #7a365b

#7a365b

Complementary Color

#7a365b #367a55

#7a365b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a365b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a365b Color CSS Codes

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

#7a365b Text Font Color

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

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


#7a365b Background Color

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

This div background color is #7a365b


#7a365b Border Color

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

This div border color is #7a365b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a365b


Comments

No comments written yet.

Please login to write comment.