Color Hex Logo

#49239f Color Hex

#49239F
(73,35,159)
0 Favorites   0 Comments

Color spaces of #49239f

RGB 7335159
HSL0.720.640.38
HSV258°78°62°
CMYK 0.540.780.00   0.38
XYZ9.60675.121733.2832
Yxy5.12170.20010.1067
Hunter Lab22.631236.1669-71.3548
CIE-Lab27.078747.2226-60.4524

#49239f color RGB value is (73,35,159).

#49239f hex color red value is 73, green value is 35 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #49239f hue: 0.72 , saturation: 0.64 and the lightness value of 49239f is 0.38.

The process color (four color CMYK) of #49239f color hex is 0.54, 0.78, 0.00, 0.38. Web safe color of #49239f is #333399. Color #49239f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100011 10011111
Octal 111 43 237
Decimal 73 35 159
Hex 49 23 9F

RGB Percentages of Color #49239f

%27.34
%13.11
%59.55

CMYK Percentages of Color #49239f

%54
%78
%0
%38

Triadic Colors of #49239f

#49239f #9f4923 #239f49

Analogous Colors of #49239f

#49239f #87239f #233b9f

Monochromatic Colors of #49239f

#49239f

Complementary Color

#49239f #799f23

#49239f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49239f Color Preview on White Background

Lorem ipsum dolor sit amet.

#49239f Color CSS Codes

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

#49239f Text Font Color

<p style="color:#49239f">Text here</p>

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


#49239f Background Color

<div style="background-color:#49239f">
Div content here</div>

This div background color is #49239f


#49239f Border Color

<div style="border:3px solid #49239f">
Div here</div>

This div border color is #49239f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,35,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49239f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49239f;
  -webkit-box-shadow: 1px 1px 3px 2px #49239f;
  box-shadow:         1px 1px 3px 2px #49239f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49239f


Comments

No comments written yet.

Please login to write comment.