Color Hex Logo

#52849b Color Hex

#52849B
(82,132,155)
0 Favorites   0 Comments

Color spaces of #52849b

RGB 82132155
HSL0.550.310.46
HSV199°47°61°
CMYK 0.470.150.00   0.39
XYZ17.647320.662934.0686
Yxy20.66290.24380.2855
Hunter Lab45.4565-10.2508-12.6170
CIE-Lab52.5786-10.3532-17.5387

#52849b color RGB value is (82,132,155).

#52849b hex color red value is 82, green value is 132 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #52849b hue: 0.55 , saturation: 0.31 and the lightness value of 52849b is 0.46.

The process color (four color CMYK) of #52849b color hex is 0.47, 0.15, 0.00, 0.39. Web safe color of #52849b is #669999. Color #52849b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000100 10011011
Octal 122 204 233
Decimal 82 132 155
Hex 52 84 9B

RGB Percentages of Color #52849b

%22.22
%35.77
%42.01

CMYK Percentages of Color #52849b

%47
%15
%0
%39

Triadic Colors of #52849b

#52849b #9b5284 #849b52

Analogous Colors of #52849b

#52849b #52609b #529b8e

Monochromatic Colors of #52849b

#52849b

Complementary Color

#52849b #9b6952

#52849b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52849b Color Preview on White Background

Lorem ipsum dolor sit amet.

#52849b Color CSS Codes

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

#52849b Text Font Color

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

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


#52849b Background Color

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

This div background color is #52849b


#52849b Border Color

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

This div border color is #52849b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,132,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52849b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52849b;
  -webkit-box-shadow: 1px 1px 3px 2px #52849b;
  box-shadow:         1px 1px 3px 2px #52849b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52849b


Comments

No comments written yet.

Please login to write comment.