Color Hex Logo

#482252 Color Hex

#482252
(72,34,82)
0 Favorites   0 Comments

Color spaces of #482252

RGB 723482
HSL0.800.410.23
HSV288°59°32°
CMYK 0.120.590.00   0.68
XYZ4.76753.13108.3357
Yxy3.13100.29370.1929
Hunter Lab17.694617.1280-15.5445
CIE-Lab20.561126.8062-21.8864

#482252 color RGB value is (72,34,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100010 01010010
Octal 110 42 122
Decimal 72 34 82
Hex 48 22 52

RGB Percentages of Color #482252

%38.30
%18.09
%43.62

CMYK Percentages of Color #482252

%12
%59
%0
%68

Triadic Colors of #482252

#482252 #524822 #225248

Analogous Colors of #482252

#482252 #522244 #302252

Monochromatic Colors of #482252

#482252

Complementary Color

#482252 #2c5222

#482252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482252 Color CSS Codes

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

#482252 Text Font Color

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

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


#482252 Background Color

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

This div background color is #482252


#482252 Border Color

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

This div border color is #482252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482252


Comments

No comments written yet.

Please login to write comment.