Color Hex Logo

#483452 Color Hex

#483452
(72,52,82)
0 Favorites   0 Comments

Color spaces of #483452

RGB 725282
HSL0.780.220.26
HSV280°37°32°
CMYK 0.120.370.00   0.68
XYZ5.42354.44298.5544
Yxy4.44290.29440.2412
Hunter Lab21.07829.0419-9.3076
CIE-Lab25.084715.4047-14.8233

#483452 color RGB value is (72,52,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110100 01010010
Octal 110 64 122
Decimal 72 52 82
Hex 48 34 52

RGB Percentages of Color #483452

%34.95
%25.24
%39.81

CMYK Percentages of Color #483452

%12
%37
%0
%68

Triadic Colors of #483452

#483452 #524834 #345248

Analogous Colors of #483452

#483452 #52344d #393452

Monochromatic Colors of #483452

#483452

Complementary Color

#483452 #3e5234

#483452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483452 Color CSS Codes

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

#483452 Text Font Color

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

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


#483452 Background Color

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

This div background color is #483452


#483452 Border Color

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

This div border color is #483452


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483452


Comments

No comments written yet.

Please login to write comment.