Color Hex Logo

#482452 Color Hex

#482452
(72,36,82)
0 Favorites   0 Comments

Color spaces of #482452

RGB 723682
HSL0.800.390.23
HSV287°56°32°
CMYK 0.120.560.00   0.68
XYZ4.82643.24878.3553
Yxy3.24870.29370.1977
Hunter Lab18.024216.2554-14.8676
CIE-Lab21.013625.6120-21.1727

#482452 color RGB value is (72,36,82).

#482452 hex color red value is 72, green value is 36 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #482452 hue: 0.80 , saturation: 0.39 and the lightness value of 482452 is 0.23.

The process color (four color CMYK) of #482452 color hex is 0.12, 0.56, 0.00, 0.68. Web safe color of #482452 is #333366. Color #482452 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100100 01010010
Octal 110 44 122
Decimal 72 36 82
Hex 48 24 52

RGB Percentages of Color #482452

%37.89
%18.95
%43.16

CMYK Percentages of Color #482452

%12
%56
%0
%68

Triadic Colors of #482452

#482452 #524824 #245248

Analogous Colors of #482452

#482452 #522445 #312452

Monochromatic Colors of #482452

#482452

Complementary Color

#482452 #2e5224

#482452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482452 Color CSS Codes

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

#482452 Text Font Color

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

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


#482452 Background Color

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

This div background color is #482452


#482452 Border Color

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

This div border color is #482452


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482452


Comments

No comments written yet.

Please login to write comment.