Color Hex Logo

#73238e Color Hex

#73238E
(115,35,142)
0 Favorites   0 Comments

Color spaces of #73238e

RGB 11535142
HSL0.790.600.35
HSV285°75°56°
CMYK 0.190.750.00   0.44
XYZ12.55376.799926.2420
Yxy6.79990.27530.1491
Hunter Lab26.076640.2987-41.4124
CIE-Lab31.347050.5511-42.8309

#73238e color RGB value is (115,35,142).

#73238e hex color red value is 115, green value is 35 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #73238e hue: 0.79 , saturation: 0.60 and the lightness value of 73238e is 0.35.

The process color (four color CMYK) of #73238e color hex is 0.19, 0.75, 0.00, 0.44. Web safe color of #73238e is #663399. Color #73238e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00100011 10001110
Octal 163 43 216
Decimal 115 35 142
Hex 73 23 8E

RGB Percentages of Color #73238e

%39.38
%11.99
%48.63

CMYK Percentages of Color #73238e

%19
%75
%0
%44

Triadic Colors of #73238e

#73238e #8e7323 #238e73

Analogous Colors of #73238e

#73238e #8e2374 #3d238e

Monochromatic Colors of #73238e

#73238e

Complementary Color

#73238e #3e8e23

#73238e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73238e Color Preview on White Background

Lorem ipsum dolor sit amet.

#73238e Color CSS Codes

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

#73238e Text Font Color

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

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


#73238e Background Color

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

This div background color is #73238e


#73238e Border Color

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

This div border color is #73238e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73238e


Comments

No comments written yet.

Please login to write comment.