Color Hex Logo

#730021 Color Hex

#730021
(115,0,33)
0 Favorites   0 Comments

Color spaces of #730021

RGB 115033
HSL0.951.000.23
HSV343°100°45°
CMYK 0.001.000.71   0.55
XYZ7.34473.75461.7765
Yxy3.75460.57040.2916
Hunter Lab19.376833.75048.1279
CIE-Lab22.843045.541816.2445

#730021 color RGB value is (115,0,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00000000 00100001
Octal 163 0 41
Decimal 115 0 33
Hex 73 0 21

RGB Percentages of Color #730021

%77.70
%0.00
%22.30

CMYK Percentages of Color #730021

%0
%100
%71
%55

Triadic Colors of #730021

#730021 #217300 #002173

Analogous Colors of #730021

#730021 #731900 #73005b

Monochromatic Colors of #730021

#730021

Complementary Color

#730021 #007352

#730021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#730021 Color CSS Codes

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

#730021 Text Font Color

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

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


#730021 Background Color

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

This div background color is #730021


#730021 Border Color

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

This div border color is #730021


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,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 #730021">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730021


Comments

No comments written yet.

Please login to write comment.