Color Hex Logo

#483475 Color Hex

#483475
(72,52,117)
0 Favorites   0 Comments

Color spaces of #483475

RGB 7252117
HSL0.720.380.33
HSV258°56°46°
CMYK 0.380.560.00   0.54
XYZ7.11145.118117.4427
Yxy5.11810.23970.1725
Hunter Lab22.623216.5192-29.8769
CIE-Lab27.068625.0486-34.3650

#483475 color RGB value is (72,52,117).

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

The process color (four color CMYK) of #483475 color hex is 0.38, 0.56, 0.00, 0.54. Web safe color of #483475 is #333366. Color #483475 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110100 01110101
Octal 110 64 165
Decimal 72 52 117
Hex 48 34 75

RGB Percentages of Color #483475

%29.88
%21.58
%48.55

CMYK Percentages of Color #483475

%38
%56
%0
%54

Triadic Colors of #483475

#483475 #754834 #347548

Analogous Colors of #483475

#483475 #693475 #344175

Monochromatic Colors of #483475

#483475

Complementary Color

#483475 #617534

#483475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483475 Color CSS Codes

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

#483475 Text Font Color

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

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


#483475 Background Color

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

This div background color is #483475


#483475 Border Color

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

This div border color is #483475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483475

#483475 Color Palettes


Comments

No comments written yet.

Please login to write comment.