Color Hex Logo

#483586 Color Hex

#483586
(72,53,134)
0 Favorites   0 Comments

Color spaces of #483586

RGB 7253134
HSL0.710.430.37
HSV254°60°53°
CMYK 0.460.600.00   0.47
XYZ8.24875.645223.2091
Yxy5.64520.22230.1521
Hunter Lab23.759620.3910-41.2845
CIE-Lab28.499129.5637-42.7485

#483586 color RGB value is (72,53,134).

#483586 hex color red value is 72, green value is 53 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #483586 hue: 0.71 , saturation: 0.43 and the lightness value of 483586 is 0.37.

The process color (four color CMYK) of #483586 color hex is 0.46, 0.60, 0.00, 0.47. Web safe color of #483586 is #333399. Color #483586 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110101 10000110
Octal 110 65 206
Decimal 72 53 134
Hex 48 35 86

RGB Percentages of Color #483586

%27.80
%20.46
%51.74

CMYK Percentages of Color #483586

%46
%60
%0
%47

Triadic Colors of #483586

#483586 #864835 #358648

Analogous Colors of #483586

#483586 #713586 #354a86

Monochromatic Colors of #483586

#483586

Complementary Color

#483586 #738635

#483586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483586 Color CSS Codes

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

#483586 Text Font Color

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

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


#483586 Background Color

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

This div background color is #483586


#483586 Border Color

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

This div border color is #483586


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,53,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #483586; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #483586;
  -webkit-box-shadow: 1px 1px 3px 2px #483586;
  box-shadow:         1px 1px 3px 2px #483586; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,53,134, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483586


Comments

No comments written yet.

Please login to write comment.