Color Hex Logo

#483670 Color Hex

#483670
(72,54,112)
0 Favorites   0 Comments

Color spaces of #483670

RGB 7254112
HSL0.720.350.33
HSV259°52°44°
CMYK 0.360.520.00   0.56
XYZ6.91635.185915.9657
Yxy5.18590.24640.1848
Hunter Lab22.772614.3606-25.6270
CIE-Lab27.258022.2878-30.8817

#483670 color RGB value is (72,54,112).

#483670 hex color red value is 72, green value is 54 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #483670 hue: 0.72 , saturation: 0.35 and the lightness value of 483670 is 0.33.

The process color (four color CMYK) of #483670 color hex is 0.36, 0.52, 0.00, 0.56. Web safe color of #483670 is #333366. Color #483670 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110110 01110000
Octal 110 66 160
Decimal 72 54 112
Hex 48 36 70

RGB Percentages of Color #483670

%30.25
%22.69
%47.06

CMYK Percentages of Color #483670

%36
%52
%0
%56

Triadic Colors of #483670

#483670 #704836 #367048

Analogous Colors of #483670

#483670 #653670 #364170

Monochromatic Colors of #483670

#483670

Complementary Color

#483670 #5e7036

#483670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483670 Color CSS Codes

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

#483670 Text Font Color

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

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


#483670 Background Color

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

This div background color is #483670


#483670 Border Color

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

This div border color is #483670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483670


Comments

No comments written yet.

Please login to write comment.