Color Hex Logo

#483d97 Color Hex

#483D97
(72,61,151)
0 Favorites   0 Comments

Color spaces of #483d97

RGB 7261151
HSL0.690.420.42
HSV247°60°59°
CMYK 0.520.600.00   0.41
XYZ9.92716.949630.0963
Yxy6.94960.21130.1479
Hunter Lab26.362121.0836-49.2350
CIE-Lab31.691929.8992-48.0536

#483d97 color RGB value is (72,61,151).

#483d97 hex color red value is 72, green value is 61 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #483d97 hue: 0.69 , saturation: 0.42 and the lightness value of 483d97 is 0.42.

The process color (four color CMYK) of #483d97 color hex is 0.52, 0.60, 0.00, 0.41. Web safe color of #483d97 is #333399. Color #483d97 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111101 10010111
Octal 110 75 227
Decimal 72 61 151
Hex 48 3D 97

RGB Percentages of Color #483d97

%25.35
%21.48
%53.17

CMYK Percentages of Color #483d97

%52
%60
%0
%41

Triadic Colors of #483d97

#483d97 #97483d #3d9748

Analogous Colors of #483d97

#483d97 #753d97 #3d5f97

Monochromatic Colors of #483d97

#483d97

Complementary Color

#483d97 #8c973d

#483d97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483d97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483d97 Color CSS Codes

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

#483d97 Text Font Color

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

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


#483d97 Background Color

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

This div background color is #483d97


#483d97 Border Color

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

This div border color is #483d97


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,61,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #483d97; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #483d97;
  -webkit-box-shadow: 1px 1px 3px 2px #483d97;
  box-shadow:         1px 1px 3px 2px #483d97; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483d97


Comments

No comments written yet.

Please login to write comment.