Color Hex Logo

#483962 Color Hex

#483962
(72,57,98)
0 Favorites   0 Comments

Color spaces of #483962

RGB 725798
HSL0.730.260.30
HSV262°42°38°
CMYK 0.270.420.00   0.62
XYZ6.34025.185812.2221
Yxy5.18580.26700.2184
Hunter Lab22.77249.8457-15.8808
CIE-Lab27.257716.3243-21.8951

#483962 color RGB value is (72,57,98).

#483962 hex color red value is 72, green value is 57 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #483962 hue: 0.73 , saturation: 0.26 and the lightness value of 483962 is 0.30.

The process color (four color CMYK) of #483962 color hex is 0.27, 0.42, 0.00, 0.62. Web safe color of #483962 is #333366. Color #483962 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111001 01100010
Octal 110 71 142
Decimal 72 57 98
Hex 48 39 62

RGB Percentages of Color #483962

%31.72
%25.11
%43.17

CMYK Percentages of Color #483962

%27
%42
%0
%62

Triadic Colors of #483962

#483962 #624839 #396248

Analogous Colors of #483962

#483962 #5d3962 #393f62

Monochromatic Colors of #483962

#483962

Complementary Color

#483962 #536239

#483962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483962 Color CSS Codes

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

#483962 Text Font Color

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

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


#483962 Background Color

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

This div background color is #483962


#483962 Border Color

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

This div border color is #483962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483962


Comments

No comments written yet.

Please login to write comment.