Color Hex Logo

#49085f Color Hex

#49085F
(73,8,95)
0 Favorites   0 Comments

Color spaces of #49085f

RGB 73895
HSL0.790.840.20
HSV285°92°37°
CMYK 0.230.920.00   0.63
XYZ4.90002.416411.0346
Yxy2.41640.26700.1317
Hunter Lab15.544829.0631-31.2062
CIE-Lab17.536241.5371-35.4246

#49085f color RGB value is (73,8,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001000 01011111
Octal 111 10 137
Decimal 73 8 95
Hex 49 8 5F

RGB Percentages of Color #49085f

%41.48
%4.55
%53.98

CMYK Percentages of Color #49085f

%23
%92
%0
%63

Triadic Colors of #49085f

#49085f #5f4908 #085f49

Analogous Colors of #49085f

#49085f #5f084a #1d085f

Monochromatic Colors of #49085f

#49085f

Complementary Color

#49085f #1e5f08

#49085f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49085f Color Preview on White Background

Lorem ipsum dolor sit amet.

#49085f Color CSS Codes

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

#49085f Text Font Color

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

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


#49085f Background Color

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

This div background color is #49085f


#49085f Border Color

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

This div border color is #49085f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,8,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 #49085f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49085f


Comments

No comments written yet.

Please login to write comment.