Color Hex Logo

#52448a Color Hex

#52448A
(82,68,138)
0 Favorites   0 Comments

Color spaces of #52448a

RGB 8268138
HSL0.700.340.40
HSV252°51°54°
CMYK 0.410.510.00   0.46
XYZ10.13427.763125.0090
Yxy7.76310.23620.1809
Hunter Lab27.862316.1656-33.7146
CIE-Lab33.484623.7984-37.1647

#52448a color RGB value is (82,68,138).

#52448a hex color red value is 82, green value is 68 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #52448a hue: 0.70 , saturation: 0.34 and the lightness value of 52448a is 0.40.

The process color (four color CMYK) of #52448a color hex is 0.41, 0.51, 0.00, 0.46. Web safe color of #52448a is #663399. Color #52448a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000100 10001010
Octal 122 104 212
Decimal 82 68 138
Hex 52 44 8A

RGB Percentages of Color #52448a

%28.47
%23.61
%47.92

CMYK Percentages of Color #52448a

%41
%51
%0
%46

Triadic Colors of #52448a

#52448a #8a5244 #448a52

Analogous Colors of #52448a

#52448a #75448a #44598a

Monochromatic Colors of #52448a

#52448a

Complementary Color

#52448a #7c8a44

#52448a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52448a Color Preview on White Background

Lorem ipsum dolor sit amet.

#52448a Color CSS Codes

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

#52448a Text Font Color

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

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


#52448a Background Color

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

This div background color is #52448a


#52448a Border Color

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

This div border color is #52448a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,68,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52448a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52448a;
  -webkit-box-shadow: 1px 1px 3px 2px #52448a;
  box-shadow:         1px 1px 3px 2px #52448a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,68,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #52448a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52448a


Comments

No comments written yet.

Please login to write comment.