Color Hex Logo

#491487 Color Hex

#491487
(73,20,135)
0 Favorites   0 Comments

Color spaces of #491487

RGB 7320135
HSL0.740.740.30
HSV268°85°53°
CMYK 0.460.850.00   0.47
XYZ7.37103.666023.2408
Yxy3.66600.21500.1069
Hunter Lab19.146835.2108-58.5647
CIE-Lab22.535047.1231-53.0858

#491487 color RGB value is (73,20,135).

#491487 hex color red value is 73, green value is 20 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #491487 hue: 0.74 , saturation: 0.74 and the lightness value of 491487 is 0.30.

The process color (four color CMYK) of #491487 color hex is 0.46, 0.85, 0.00, 0.47. Web safe color of #491487 is #330099. Color #491487 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010100 10000111
Octal 111 24 207
Decimal 73 20 135
Hex 49 14 87

RGB Percentages of Color #491487

%32.02
%8.77
%59.21

CMYK Percentages of Color #491487

%46
%85
%0
%47

Triadic Colors of #491487

#491487 #874914 #148749

Analogous Colors of #491487

#491487 #831487 #141987

Monochromatic Colors of #491487

#491487

Complementary Color

#491487 #528714

#491487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491487 Color CSS Codes

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

#491487 Text Font Color

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

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


#491487 Background Color

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

This div background color is #491487


#491487 Border Color

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

This div border color is #491487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491487


Comments

No comments written yet.

Please login to write comment.