Color Hex Logo

#491252 Color Hex

#491252
(73,18,82)
0 Favorites   0 Comments

Color spaces of #491252

RGB 731882
HSL0.810.640.20
HSV292°78°32°
CMYK 0.110.780.00   0.68
XYZ4.48702.45838.2206
Yxy2.45830.29590.1621
Hunter Lab15.679023.6449-20.1109
CIE-Lab17.729035.3239-26.3767

#491252 color RGB value is (73,18,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010010 01010010
Octal 111 22 122
Decimal 73 18 82
Hex 49 12 52

RGB Percentages of Color #491252

%42.20
%10.40
%47.40

CMYK Percentages of Color #491252

%11
%78
%0
%68

Triadic Colors of #491252

#491252 #524912 #125249

Analogous Colors of #491252

#491252 #52123b #291252

Monochromatic Colors of #491252

#491252

Complementary Color

#491252 #1b5212

#491252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491252 Color CSS Codes

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

#491252 Text Font Color

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

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


#491252 Background Color

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

This div background color is #491252


#491252 Border Color

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

This div border color is #491252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491252


Comments

No comments written yet.

Please login to write comment.