Color Hex Logo

#73267c Color Hex

#73267C
(115,38,124)
0 Favorites   0 Comments

Color spaces of #73267c

RGB 11538124
HSL0.820.530.32
HSV294°69°49°
CMYK 0.070.690.00   0.51
XYZ11.40146.486319.7198
Yxy6.48630.30320.1725
Hunter Lab25.468235.3400-28.0799
CIE-Lab30.607645.6957-32.7980

#73267c color RGB value is (115,38,124).

#73267c hex color red value is 115, green value is 38 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #73267c hue: 0.82 , saturation: 0.53 and the lightness value of 73267c is 0.32.

The process color (four color CMYK) of #73267c color hex is 0.07, 0.69, 0.00, 0.51. Web safe color of #73267c is #663366. Color #73267c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00100110 01111100
Octal 163 46 174
Decimal 115 38 124
Hex 73 26 7C

RGB Percentages of Color #73267c

%41.52
%13.72
%44.77

CMYK Percentages of Color #73267c

%7
%69
%0
%51

Triadic Colors of #73267c

#73267c #7c7326 #267c73

Analogous Colors of #73267c

#73267c #7c265a #48267c

Monochromatic Colors of #73267c

#73267c

Complementary Color

#73267c #2f7c26

#73267c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73267c Color Preview on White Background

Lorem ipsum dolor sit amet.

#73267c Color CSS Codes

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

#73267c Text Font Color

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

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


#73267c Background Color

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

This div background color is #73267c


#73267c Border Color

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

This div border color is #73267c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73267c


Comments

No comments written yet.

Please login to write comment.