Color Hex Logo

#73268b Color Hex

#73268B
(115,38,139)
0 Favorites   0 Comments

Color spaces of #73268b

RGB 11538139
HSL0.790.570.35
HSV286°73°55°
CMYK 0.170.730.00   0.45
XYZ12.42356.895125.1022
Yxy6.89510.27970.1552
Hunter Lab26.258538.5000-38.2981
CIE-Lab31.566948.7198-40.6230

#73268b color RGB value is (115,38,139).

#73268b hex color red value is 115, green value is 38 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #73268b hue: 0.79 , saturation: 0.57 and the lightness value of 73268b is 0.35.

The process color (four color CMYK) of #73268b color hex is 0.17, 0.73, 0.00, 0.45. Web safe color of #73268b is #663399. Color #73268b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00100110 10001011
Octal 163 46 213
Decimal 115 38 139
Hex 73 26 8B

RGB Percentages of Color #73268b

%39.38
%13.01
%47.60

CMYK Percentages of Color #73268b

%17
%73
%0
%45

Triadic Colors of #73268b

#73268b #8b7326 #268b73

Analogous Colors of #73268b

#73268b #8b2671 #40268b

Monochromatic Colors of #73268b

#73268b

Complementary Color

#73268b #3e8b26

#73268b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73268b Color Preview on White Background

Lorem ipsum dolor sit amet.

#73268b Color CSS Codes

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

#73268b Text Font Color

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

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


#73268b Background Color

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

This div background color is #73268b


#73268b Border Color

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

This div border color is #73268b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73268b


Comments

No comments written yet.

Please login to write comment.