Color Hex Logo

#7a254a Color Hex

#7A254A
(122,37,74)
0 Favorites   0 Comments

Color spaces of #7a254a

RGB 1223774
HSL0.930.530.31
HSV334°70°48°
CMYK 0.000.700.39   0.52
XYZ9.92365.95517.1050
Yxy5.95510.43180.2591
Hunter Lab24.403129.8823-0.1802
CIE-Lab29.298940.1861-2.4174

#7a254a color RGB value is (122,37,74).

#7a254a hex color red value is 122, green value is 37 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #7a254a hue: 0.93 , saturation: 0.53 and the lightness value of 7a254a is 0.31.

The process color (four color CMYK) of #7a254a color hex is 0.00, 0.70, 0.39, 0.52. Web safe color of #7a254a is #663333. Color #7a254a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 00100101 01001010
Octal 172 45 112
Decimal 122 37 74
Hex 7A 25 4A

RGB Percentages of Color #7a254a

%52.36
%15.88
%31.76

CMYK Percentages of Color #7a254a

%0
%70
%39
%52

Triadic Colors of #7a254a

#7a254a #4a7a25 #254a7a

Analogous Colors of #7a254a

#7a254a #7a2b25 #7a2575

Monochromatic Colors of #7a254a

#7a254a

Complementary Color

#7a254a #257a55

#7a254a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a254a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a254a Color CSS Codes

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

#7a254a Text Font Color

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

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


#7a254a Background Color

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

This div background color is #7a254a


#7a254a Border Color

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

This div border color is #7a254a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a254a


Comments

No comments written yet.

Please login to write comment.