Color Hex Logo

#482352 Color Hex

#482352
(72,35,82)
0 Favorites   0 Comments

Color spaces of #482352

RGB 723582
HSL0.800.400.23
HSV287°57°32°
CMYK 0.120.570.00   0.68
XYZ4.79653.18908.3454
Yxy3.18900.29370.1953
Hunter Lab17.857816.6930-15.2073
CIE-Lab20.785526.2122-21.5325

#482352 color RGB value is (72,35,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100011 01010010
Octal 110 43 122
Decimal 72 35 82
Hex 48 23 52

RGB Percentages of Color #482352

%38.10
%18.52
%43.39

CMYK Percentages of Color #482352

%12
%57
%0
%68

Triadic Colors of #482352

#482352 #524823 #235248

Analogous Colors of #482352

#482352 #522345 #302352

Monochromatic Colors of #482352

#482352

Complementary Color

#482352 #2d5223

#482352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482352 Color CSS Codes

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

#482352 Text Font Color

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

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


#482352 Background Color

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

This div background color is #482352


#482352 Border Color

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

This div border color is #482352


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482352


Comments

No comments written yet.

Please login to write comment.