Color Hex Logo

#483252 Color Hex

#483252
(72,50,82)
0 Favorites   0 Comments

Color spaces of #483252

RGB 725082
HSL0.780.240.26
HSV281°39°32°
CMYK 0.120.390.00   0.68
XYZ5.33614.26818.5252
Yxy4.26810.29430.2354
Hunter Lab20.65949.9508-10.0048
CIE-Lab24.538716.7187-15.6672

#483252 color RGB value is (72,50,82).

#483252 hex color red value is 72, green value is 50 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #483252 hue: 0.78 , saturation: 0.24 and the lightness value of 483252 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110010 01010010
Octal 110 62 122
Decimal 72 50 82
Hex 48 32 52

RGB Percentages of Color #483252

%35.29
%24.51
%40.20

CMYK Percentages of Color #483252

%12
%39
%0
%68

Triadic Colors of #483252

#483252 #524832 #325248

Analogous Colors of #483252

#483252 #52324c #383252

Monochromatic Colors of #483252

#483252

Complementary Color

#483252 #3c5232

#483252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483252 Color CSS Codes

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

#483252 Text Font Color

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

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


#483252 Background Color

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

This div background color is #483252


#483252 Border Color

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

This div border color is #483252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483252


Comments

No comments written yet.

Please login to write comment.