Color Hex Logo

#73427b Color Hex

#73427B
(115,66,123)
0 Favorites   0 Comments

Color spaces of #73427b

RGB 11566123
HSL0.810.300.37
HSV292°46°48°
CMYK 0.070.460.00   0.52
XYZ12.59368.971319.8068
Yxy8.97130.30440.2168
Hunter Lab29.952122.6355-18.2409
CIE-Lab35.929031.0705-23.7894

#73427b color RGB value is (115,66,123).

#73427b hex color red value is 115, green value is 66 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #73427b hue: 0.81 , saturation: 0.30 and the lightness value of 73427b is 0.37.

The process color (four color CMYK) of #73427b color hex is 0.07, 0.46, 0.00, 0.52. Web safe color of #73427b is #663366. Color #73427b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01000010 01111011
Octal 163 102 173
Decimal 115 66 123
Hex 73 42 7B

RGB Percentages of Color #73427b

%37.83
%21.71
%40.46

CMYK Percentages of Color #73427b

%7
%46
%0
%52

Triadic Colors of #73427b

#73427b #7b7342 #427b73

Analogous Colors of #73427b

#73427b #7b4267 #57427b

Monochromatic Colors of #73427b

#73427b

Complementary Color

#73427b #4a7b42

#73427b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73427b Color Preview on White Background

Lorem ipsum dolor sit amet.

#73427b Color CSS Codes

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

#73427b Text Font Color

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

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


#73427b Background Color

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

This div background color is #73427b


#73427b Border Color

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

This div border color is #73427b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73427b


Comments

No comments written yet.

Please login to write comment.