Color Hex Logo

#52457b Color Hex

#52457B
(82,69,123)
0 Favorites   0 Comments

Color spaces of #52457b

RGB 8269123
HSL0.710.280.38
HSV254°44°48°
CMYK 0.330.440.00   0.52
XYZ9.18297.480119.6987
Yxy7.48010.25250.2057
Hunter Lab27.349812.0707-23.5588
CIE-Lab32.875818.7586-28.8470

#52457b color RGB value is (82,69,123).

#52457b hex color red value is 82, green value is 69 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #52457b hue: 0.71 , saturation: 0.28 and the lightness value of 52457b is 0.38.

The process color (four color CMYK) of #52457b color hex is 0.33, 0.44, 0.00, 0.52. Web safe color of #52457b is #663366. Color #52457b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000101 01111011
Octal 122 105 173
Decimal 82 69 123
Hex 52 45 7B

RGB Percentages of Color #52457b

%29.93
%25.18
%44.89

CMYK Percentages of Color #52457b

%33
%44
%0
%52

Triadic Colors of #52457b

#52457b #7b5245 #457b52

Analogous Colors of #52457b

#52457b #6d457b #45537b

Monochromatic Colors of #52457b

#52457b

Complementary Color

#52457b #6e7b45

#52457b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52457b Color Preview on White Background

Lorem ipsum dolor sit amet.

#52457b Color CSS Codes

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

#52457b Text Font Color

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

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


#52457b Background Color

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

This div background color is #52457b


#52457b Border Color

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

This div border color is #52457b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52457b


Comments

No comments written yet.

Please login to write comment.