Color Hex Logo

#73238d Color Hex

#73238D
(115,35,141)
0 Favorites   0 Comments

Color spaces of #73238d

RGB 11535141
HSL0.790.600.35
HSV285°75°55°
CMYK 0.180.750.00   0.45
XYZ12.47906.770025.8483
Yxy6.77000.27670.1501
Hunter Lab26.019240.0762-40.6871
CIE-Lab31.277550.3446-42.3251

#73238d color RGB value is (115,35,141).

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

The process color (four color CMYK) of #73238d color hex is 0.18, 0.75, 0.00, 0.45. Web safe color of #73238d is #663399. Color #73238d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00100011 10001101
Octal 163 43 215
Decimal 115 35 141
Hex 73 23 8D

RGB Percentages of Color #73238d

%39.52
%12.03
%48.45

CMYK Percentages of Color #73238d

%18
%75
%0
%45

Triadic Colors of #73238d

#73238d #8d7323 #238d73

Analogous Colors of #73238d

#73238d #8d2372 #3e238d

Monochromatic Colors of #73238d

#73238d

Complementary Color

#73238d #3d8d23

#73238d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73238d Color Preview on White Background

Lorem ipsum dolor sit amet.

#73238d Color CSS Codes

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

#73238d Text Font Color

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

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


#73238d Background Color

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

This div background color is #73238d


#73238d Border Color

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

This div border color is #73238d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73238d


Comments

No comments written yet.

Please login to write comment.