Color Hex Logo

#730054 Color Hex

#730054
(115,0,84)
0 Favorites   0 Comments

Color spaces of #730054

RGB 115084
HSL0.881.000.23
HSV316°100°45°
CMYK 0.001.000.27   0.55
XYZ8.67054.28498.7576
Yxy4.28490.39930.1973
Hunter Lab20.700038.5424-10.5940
CIE-Lab24.591850.1162-16.3461

#730054 color RGB value is (115,0,84).

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

The process color (four color CMYK) of #730054 color hex is 0.00, 1.00, 0.27, 0.55. Web safe color of #730054 is #660066. Color #730054 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00000000 01010100
Octal 163 0 124
Decimal 115 0 84
Hex 73 0 54

RGB Percentages of Color #730054

%57.79
%0.00
%42.21

CMYK Percentages of Color #730054

%0
%100
%27
%55

Triadic Colors of #730054

#730054 #547300 #005473

Analogous Colors of #730054

#730054 #73001a #590073

Monochromatic Colors of #730054

#730054

Complementary Color

#730054 #00731f

#730054 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730054 Color Preview on White Background

Lorem ipsum dolor sit amet.

#730054 Color CSS Codes

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

#730054 Text Font Color

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

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


#730054 Background Color

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

This div background color is #730054


#730054 Border Color

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

This div border color is #730054


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730054


Comments

No comments written yet.

Please login to write comment.