Color Hex Logo

#7d001a Color Hex

#7D001A
(125,0,26)
0 Favorites   0 Comments

Color spaces of #7d001a

RGB 125026
HSL0.971.000.25
HSV348°100°49°
CMYK 0.001.000.79   0.51
XYZ8.64394.43461.3777
Yxy4.43460.59790.3068
Hunter Lab21.058536.416710.8620
CIE-Lab25.059147.871624.1870

#7d001a color RGB value is (125,0,26).

#7d001a hex color red value is 125, green value is 0 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #7d001a hue: 0.97 , saturation: 1.00 and the lightness value of 7d001a is 0.25.

The process color (four color CMYK) of #7d001a color hex is 0.00, 1.00, 0.79, 0.51. Web safe color of #7d001a is #660033. Color #7d001a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00000000 00011010
Octal 175 0 32
Decimal 125 0 26
Hex 7D 0 1A

RGB Percentages of Color #7d001a

%82.78
%0.00
%17.22

CMYK Percentages of Color #7d001a

%0
%100
%79
%51

Triadic Colors of #7d001a

#7d001a #1a7d00 #001a7d

Analogous Colors of #7d001a

#7d001a #7d2500 #7d0059

Monochromatic Colors of #7d001a

#7d001a

Complementary Color

#7d001a #007d63

#7d001a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d001a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d001a Color CSS Codes

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

#7d001a Text Font Color

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

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


#7d001a Background Color

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

This div background color is #7d001a


#7d001a Border Color

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

This div border color is #7d001a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,0,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7d001a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7d001a;
  -webkit-box-shadow: 1px 1px 3px 2px #7d001a;
  box-shadow:         1px 1px 3px 2px #7d001a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,0,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d001a


Comments

No comments written yet.

Please login to write comment.