Color Hex Logo

#483992 Color Hex

#483992
(72,57,146)
0 Favorites   0 Comments

Color spaces of #483992

RGB 7257146
HSL0.690.440.40
HSV250°61°57°
CMYK 0.510.610.00   0.43
XYZ9.32396.379327.9340
Yxy6.37930.21370.1462
Hunter Lab25.257321.6943-47.8934
CIE-Lab30.349930.8143-47.1694

#483992 color RGB value is (72,57,146).

#483992 hex color red value is 72, green value is 57 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #483992 hue: 0.69 , saturation: 0.44 and the lightness value of 483992 is 0.40.

The process color (four color CMYK) of #483992 color hex is 0.51, 0.61, 0.00, 0.43. Web safe color of #483992 is #333399. Color #483992 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111001 10010010
Octal 110 71 222
Decimal 72 57 146
Hex 48 39 92

RGB Percentages of Color #483992

%26.18
%20.73
%53.09

CMYK Percentages of Color #483992

%51
%61
%0
%43

Triadic Colors of #483992

#483992 #924839 #399248

Analogous Colors of #483992

#483992 #753992 #395792

Monochromatic Colors of #483992

#483992

Complementary Color

#483992 #839239

#483992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483992 Color CSS Codes

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

#483992 Text Font Color

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

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


#483992 Background Color

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

This div background color is #483992


#483992 Border Color

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

This div border color is #483992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483992


Comments

No comments written yet.

Please login to write comment.