Color Hex Logo

#7a013d Color Hex

#7A013D
(122,1,61)
0 Favorites   0 Comments

Color spaces of #7a013d

RGB 122161
HSL0.920.980.24
HSV330°99°48°
CMYK 0.000.990.50   0.52
XYZ8.87924.49624.8147
Yxy4.49620.48810.2472
Hunter Lab21.204237.63881.3804
CIE-Lab25.248349.07790.3939

#7a013d color RGB value is (122,1,61).

#7a013d hex color red value is 122, green value is 1 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #7a013d hue: 0.92 , saturation: 0.98 and the lightness value of 7a013d is 0.24.

The process color (four color CMYK) of #7a013d color hex is 0.00, 0.99, 0.50, 0.52. Web safe color of #7a013d is #660033. Color #7a013d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 00000001 00111101
Octal 172 1 75
Decimal 122 1 61
Hex 7A 1 3D

RGB Percentages of Color #7a013d

%66.30
%0.54
%33.15

CMYK Percentages of Color #7a013d

%0
%99
%50
%52

Triadic Colors of #7a013d

#7a013d #3d7a01 #013d7a

Analogous Colors of #7a013d

#7a013d #7a0101 #7a017a

Monochromatic Colors of #7a013d

#7a013d

Complementary Color

#7a013d #017a3e

#7a013d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a013d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a013d Color CSS Codes

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

#7a013d Text Font Color

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

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


#7a013d Background Color

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

This div background color is #7a013d


#7a013d Border Color

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

This div border color is #7a013d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a013d


Comments

No comments written yet.

Please login to write comment.