Color Hex Logo

#483872 Color Hex

#483872
(72,56,114)
0 Favorites   0 Comments

Color spaces of #483872

RGB 7256114
HSL0.710.340.33
HSV257°51°45°
CMYK 0.370.510.00   0.55
XYZ7.12395.421016.5905
Yxy5.42100.24450.1861
Hunter Lab23.283013.8702-25.9494
CIE-Lab27.902021.5797-31.1295

#483872 color RGB value is (72,56,114).

#483872 hex color red value is 72, green value is 56 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #483872 hue: 0.71 , saturation: 0.34 and the lightness value of 483872 is 0.33.

The process color (four color CMYK) of #483872 color hex is 0.37, 0.51, 0.00, 0.55. Web safe color of #483872 is #333366. Color #483872 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111000 01110010
Octal 110 70 162
Decimal 72 56 114
Hex 48 38 72

RGB Percentages of Color #483872

%29.75
%23.14
%47.11

CMYK Percentages of Color #483872

%37
%51
%0
%55

Triadic Colors of #483872

#483872 #724838 #387248

Analogous Colors of #483872

#483872 #653872 #384572

Monochromatic Colors of #483872

#483872

Complementary Color

#483872 #627238

#483872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483872 Color CSS Codes

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

#483872 Text Font Color

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

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


#483872 Background Color

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

This div background color is #483872


#483872 Border Color

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

This div border color is #483872


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483872


Comments

No comments written yet.

Please login to write comment.