Color Hex Logo

#49025f Color Hex

#49025F
(73,2,95)
0 Favorites   0 Comments

Color spaces of #49025f

RGB 73295
HSL0.790.960.19
HSV286°98°37°
CMYK 0.230.980.00   0.63
XYZ4.83492.286111.0129
Yxy2.28610.26660.1261
Hunter Lab15.119930.6195-32.6014
CIE-Lab16.922343.3557-36.4220

#49025f color RGB value is (73,2,95).

#49025f hex color red value is 73, green value is 2 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #49025f hue: 0.79 , saturation: 0.96 and the lightness value of 49025f is 0.19.

The process color (four color CMYK) of #49025f color hex is 0.23, 0.98, 0.00, 0.63. Web safe color of #49025f is #330066. Color #49025f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00000010 01011111
Octal 111 2 137
Decimal 73 2 95
Hex 49 2 5F

RGB Percentages of Color #49025f

%42.94
%1.18
%55.88

CMYK Percentages of Color #49025f

%23
%98
%0
%63

Triadic Colors of #49025f

#49025f #5f4902 #025f49

Analogous Colors of #49025f

#49025f #5f0247 #1a025f

Monochromatic Colors of #49025f

#49025f

Complementary Color

#49025f #185f02

#49025f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49025f Color Preview on White Background

Lorem ipsum dolor sit amet.

#49025f Color CSS Codes

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

#49025f Text Font Color

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

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


#49025f Background Color

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

This div background color is #49025f


#49025f Border Color

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

This div border color is #49025f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49025f


Comments

No comments written yet.

Please login to write comment.