Color Hex Logo

#483752 Color Hex

#483752
(72,55,82)
0 Favorites   0 Comments

Color spaces of #483752

RGB 725582
HSL0.770.200.27
HSV278°33°32°
CMYK 0.120.330.00   0.68
XYZ5.56174.71938.6004
Yxy4.71930.29460.2499
Hunter Lab21.72397.6821-8.2658
CIE-Lab25.919613.4273-13.5371

#483752 color RGB value is (72,55,82).

#483752 hex color red value is 72, green value is 55 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #483752 hue: 0.77 , saturation: 0.20 and the lightness value of 483752 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110111 01010010
Octal 110 67 122
Decimal 72 55 82
Hex 48 37 52

RGB Percentages of Color #483752

%34.45
%26.32
%39.23

CMYK Percentages of Color #483752

%12
%33
%0
%68

Triadic Colors of #483752

#483752 #524837 #375248

Analogous Colors of #483752

#483752 #52374f #3b3752

Monochromatic Colors of #483752

#483752

Complementary Color

#483752 #415237

#483752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483752 Color CSS Codes

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

#483752 Text Font Color

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

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


#483752 Background Color

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

This div background color is #483752


#483752 Border Color

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

This div border color is #483752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483752


Comments

No comments written yet.

Please login to write comment.