Color Hex Logo

#482372 Color Hex

#482372
(72,35,114)
0 Favorites   0 Comments

Color spaces of #482372

RGB 7235114
HSL0.740.530.29
HSV268°69°45°
CMYK 0.370.690.00   0.55
XYZ6.31083.794716.3194
Yxy3.79470.23880.1436
Hunter Lab19.480023.7375-36.0343
CIE-Lab22.980834.4454-39.0293

#482372 color RGB value is (72,35,114).

#482372 hex color red value is 72, green value is 35 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #482372 hue: 0.74 , saturation: 0.53 and the lightness value of 482372 is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100011 01110010
Octal 110 43 162
Decimal 72 35 114
Hex 48 23 72

RGB Percentages of Color #482372

%32.58
%15.84
%51.58

CMYK Percentages of Color #482372

%37
%69
%0
%55

Triadic Colors of #482372

#482372 #724823 #237248

Analogous Colors of #482372

#482372 #702372 #232572

Monochromatic Colors of #482372

#482372

Complementary Color

#482372 #4d7223

#482372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482372 Color CSS Codes

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

#482372 Text Font Color

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

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


#482372 Background Color

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

This div background color is #482372


#482372 Border Color

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

This div border color is #482372


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,35,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 #482372">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482372


Comments

No comments written yet.

Please login to write comment.