Color Hex Logo

#483894 Color Hex

#483894
(72,56,148)
0 Favorites   0 Comments

Color spaces of #483894

RGB 7256148
HSL0.700.450.40
HSV250°62°58°
CMYK 0.510.620.00   0.42
XYZ9.43206.344228.7444
Yxy6.34420.21190.1425
Hunter Lab25.187722.7642-50.0308
CIE-Lab30.264832.0692-48.5335

#483894 color RGB value is (72,56,148).

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

The process color (four color CMYK) of #483894 color hex is 0.51, 0.62, 0.00, 0.42. Web safe color of #483894 is #333399. Color #483894 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111000 10010100
Octal 110 70 224
Decimal 72 56 148
Hex 48 38 94

RGB Percentages of Color #483894

%26.09
%20.29
%53.62

CMYK Percentages of Color #483894

%51
%62
%0
%42

Triadic Colors of #483894

#483894 #944838 #389448

Analogous Colors of #483894

#483894 #763894 #385694

Monochromatic Colors of #483894

#483894

Complementary Color

#483894 #849438

#483894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483894 Color CSS Codes

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

#483894 Text Font Color

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

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


#483894 Background Color

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

This div background color is #483894


#483894 Border Color

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

This div border color is #483894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483894


Comments

No comments written yet.

Please login to write comment.