Color Hex Logo

#730250 Color Hex

#730250
(115,2,80)
0 Favorites   0 Comments

Color spaces of #730250

RGB 115280
HSL0.880.970.23
HSV319°98°45°
CMYK 0.000.980.30   0.55
XYZ8.53994.26747.9630
Yxy4.26740.41120.2055
Hunter Lab20.657737.6411-8.3944
CIE-Lab24.536549.2189-13.7473

#730250 color RGB value is (115,2,80).

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

The process color (four color CMYK) of #730250 color hex is 0.00, 0.98, 0.30, 0.55. Web safe color of #730250 is #660066. Color #730250 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00000010 01010000
Octal 163 2 120
Decimal 115 2 80
Hex 73 2 50

RGB Percentages of Color #730250

%58.38
%1.02
%40.61

CMYK Percentages of Color #730250

%0
%98
%30
%55

Triadic Colors of #730250

#730250 #507302 #025073

Analogous Colors of #730250

#730250 #730218 #5d0273

Monochromatic Colors of #730250

#730250

Complementary Color

#730250 #027325

#730250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#730250 Color CSS Codes

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

#730250 Text Font Color

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

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


#730250 Background Color

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

This div background color is #730250


#730250 Border Color

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

This div border color is #730250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730250


Comments

No comments written yet.

Please login to write comment.