Color Hex Logo

#492172 Color Hex

#492172
(73,33,114)
0 Favorites   0 Comments

Color spaces of #492172

RGB 7333114
HSL0.750.550.29
HSV270°71°45°
CMYK 0.360.710.00   0.55
XYZ6.32883.719116.3039
Yxy3.71910.24020.1411
Hunter Lab19.285024.8301-36.6255
CIE-Lab22.720235.7610-39.4450

#492172 color RGB value is (73,33,114).

#492172 hex color red value is 73, green value is 33 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #492172 hue: 0.75 , saturation: 0.55 and the lightness value of 492172 is 0.29.

The process color (four color CMYK) of #492172 color hex is 0.36, 0.71, 0.00, 0.55. Web safe color of #492172 is #333366. Color #492172 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100001 01110010
Octal 111 41 162
Decimal 73 33 114
Hex 49 21 72

RGB Percentages of Color #492172

%33.18
%15.00
%51.82

CMYK Percentages of Color #492172

%36
%71
%0
%55

Triadic Colors of #492172

#492172 #724921 #217249

Analogous Colors of #492172

#492172 #722172 #212172

Monochromatic Colors of #492172

#492172

Complementary Color

#492172 #4a7221

#492172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#492172 Color CSS Codes

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

#492172 Text Font Color

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

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


#492172 Background Color

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

This div background color is #492172


#492172 Border Color

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

This div border color is #492172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492172


Comments

No comments written yet.

Please login to write comment.