Color Hex Logo

#73126d Color Hex

#73126D
(115,18,109)
0 Favorites   0 Comments

Color spaces of #73126d

RGB 11518109
HSL0.840.730.26
HSV304°84°45°
CMYK 0.000.840.05   0.55
XYZ10.04695.181614.9386
Yxy5.18160.33300.1718
Hunter Lab22.763138.9486-22.9756
CIE-Lab27.246050.0059-28.5905

#73126d color RGB value is (115,18,109).

#73126d hex color red value is 115, green value is 18 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #73126d hue: 0.84 , saturation: 0.73 and the lightness value of 73126d is 0.26.

The process color (four color CMYK) of #73126d color hex is 0.00, 0.84, 0.05, 0.55. Web safe color of #73126d is #660066. Color #73126d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00010010 01101101
Octal 163 22 155
Decimal 115 18 109
Hex 73 12 6D

RGB Percentages of Color #73126d

%47.52
%7.44
%45.04

CMYK Percentages of Color #73126d

%0
%84
%5
%55

Triadic Colors of #73126d

#73126d #6d7312 #126d73

Analogous Colors of #73126d

#73126d #73123c #491273

Monochromatic Colors of #73126d

#73126d

Complementary Color

#73126d #127318

#73126d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73126d Color Preview on White Background

Lorem ipsum dolor sit amet.

#73126d Color CSS Codes

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

#73126d Text Font Color

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

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


#73126d Background Color

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

This div background color is #73126d


#73126d Border Color

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

This div border color is #73126d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73126d


Comments

No comments written yet.

Please login to write comment.