Color Hex Logo

#740021 Color Hex

#740021
(116,0,33)
0 Favorites   0 Comments

Color spaces of #740021

RGB 116033
HSL0.951.000.23
HSV343°100°45°
CMYK 0.001.000.72   0.55
XYZ7.47703.82281.7826
Yxy3.82280.57150.2922
Hunter Lab19.552034.04548.2808
CIE-Lab23.076845.805316.5896

#740021 color RGB value is (116,0,33).

#740021 hex color red value is 116, green value is 0 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #740021 hue: 0.95 , saturation: 1.00 and the lightness value of 740021 is 0.23.

The process color (four color CMYK) of #740021 color hex is 0.00, 1.00, 0.72, 0.55. Web safe color of #740021 is #660033. Color #740021 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000000 00100001
Octal 164 0 41
Decimal 116 0 33
Hex 74 0 21

RGB Percentages of Color #740021

%77.85
%0.00
%22.15

CMYK Percentages of Color #740021

%0
%100
%72
%55

Triadic Colors of #740021

#740021 #217400 #002174

Analogous Colors of #740021

#740021 #741900 #74005b

Monochromatic Colors of #740021

#740021

Complementary Color

#740021 #007453

#740021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#740021 Color CSS Codes

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

#740021 Text Font Color

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

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


#740021 Background Color

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

This div background color is #740021


#740021 Border Color

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

This div border color is #740021


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,0,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #740021; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #740021;
  -webkit-box-shadow: 1px 1px 3px 2px #740021;
  box-shadow:         1px 1px 3px 2px #740021; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740021


Comments

No comments written yet.

Please login to write comment.