Color Hex Logo

#483388 Color Hex

#483388
(72,51,136)
0 Favorites   0 Comments

Color spaces of #483388

RGB 7251136
HSL0.710.450.37
HSV255°63°53°
CMYK 0.470.630.00   0.47
XYZ8.30025.522923.9211
Yxy5.52290.21990.1463
Hunter Lab23.500921.9174-43.8996
CIE-Lab28.175431.4187-44.5160

#483388 color RGB value is (72,51,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110011 10001000
Octal 110 63 210
Decimal 72 51 136
Hex 48 33 88

RGB Percentages of Color #483388

%27.80
%19.69
%52.51

CMYK Percentages of Color #483388

%47
%63
%0
%47

Triadic Colors of #483388

#483388 #884833 #338848

Analogous Colors of #483388

#483388 #733388 #334988

Monochromatic Colors of #483388

#483388

Complementary Color

#483388 #738833

#483388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483388 Color CSS Codes

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

#483388 Text Font Color

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

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


#483388 Background Color

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

This div background color is #483388


#483388 Border Color

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

This div border color is #483388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483388


Comments

No comments written yet.

Please login to write comment.