Color Hex Logo

#483883 Color Hex

#483883
(72,56,131)
0 Favorites   0 Comments

Color spaces of #483883

RGB 7256131
HSL0.700.400.37
HSV253°57°51°
CMYK 0.450.570.00   0.49
XYZ8.18345.844822.1696
Yxy5.84480.22610.1615
Hunter Lab24.176018.1129-37.4462
CIE-Lab29.017526.7436-40.0438

#483883 color RGB value is (72,56,131).

#483883 hex color red value is 72, green value is 56 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #483883 hue: 0.70 , saturation: 0.40 and the lightness value of 483883 is 0.37.

The process color (four color CMYK) of #483883 color hex is 0.45, 0.57, 0.00, 0.49. Web safe color of #483883 is #333399. Color #483883 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111000 10000011
Octal 110 70 203
Decimal 72 56 131
Hex 48 38 83

RGB Percentages of Color #483883

%27.80
%21.62
%50.58

CMYK Percentages of Color #483883

%45
%57
%0
%49

Triadic Colors of #483883

#483883 #834838 #388348

Analogous Colors of #483883

#483883 #6e3883 #384e83

Monochromatic Colors of #483883

#483883

Complementary Color

#483883 #738338

#483883 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483883 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483883 Color CSS Codes

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

#483883 Text Font Color

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

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


#483883 Background Color

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

This div background color is #483883


#483883 Border Color

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

This div border color is #483883


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483883


Comments

No comments written yet.

Please login to write comment.