Color Hex Logo

#491852 Color Hex

#491852
(73,24,82)
0 Favorites   0 Comments

Color spaces of #491852

RGB 732482
HSL0.810.550.21
HSV291°71°32°
CMYK 0.110.710.00   0.68
XYZ4.59732.67898.2574
Yxy2.67890.29600.1725
Hunter Lab16.367321.4947-18.4549
CIE-Lab18.709132.5679-24.8127

#491852 color RGB value is (73,24,82).

#491852 hex color red value is 73, green value is 24 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #491852 hue: 0.81 , saturation: 0.55 and the lightness value of 491852 is 0.21.

The process color (four color CMYK) of #491852 color hex is 0.11, 0.71, 0.00, 0.68. Web safe color of #491852 is #330066. Color #491852 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00011000 01010010
Octal 111 30 122
Decimal 73 24 82
Hex 49 18 52

RGB Percentages of Color #491852

%40.78
%13.41
%45.81

CMYK Percentages of Color #491852

%11
%71
%0
%68

Triadic Colors of #491852

#491852 #524918 #185249

Analogous Colors of #491852

#491852 #52183e #2c1852

Monochromatic Colors of #491852

#491852

Complementary Color

#491852 #215218

#491852 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491852 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491852 Color CSS Codes

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

#491852 Text Font Color

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

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


#491852 Background Color

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

This div background color is #491852


#491852 Border Color

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

This div border color is #491852


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491852


Comments

No comments written yet.

Please login to write comment.