Color Hex Logo

#52457c Color Hex

#52457C
(82,69,124)
0 Favorites   0 Comments

Color spaces of #52457c

RGB 8269124
HSL0.710.280.38
HSV254°44°49°
CMYK 0.340.440.00   0.51
XYZ9.24597.505320.0301
Yxy7.50530.25140.2041
Hunter Lab27.395812.2999-24.1721
CIE-Lab32.930619.0458-29.3833

#52457c color RGB value is (82,69,124).

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

The process color (four color CMYK) of #52457c color hex is 0.34, 0.44, 0.00, 0.51. Web safe color of #52457c is #663366. Color #52457c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000101 01111100
Octal 122 105 174
Decimal 82 69 124
Hex 52 45 7C

RGB Percentages of Color #52457c

%29.82
%25.09
%45.09

CMYK Percentages of Color #52457c

%34
%44
%0
%51

Triadic Colors of #52457c

#52457c #7c5245 #457c52

Analogous Colors of #52457c

#52457c #6e457c #45537c

Monochromatic Colors of #52457c

#52457c

Complementary Color

#52457c #6f7c45

#52457c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52457c Color Preview on White Background

Lorem ipsum dolor sit amet.

#52457c Color CSS Codes

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

#52457c Text Font Color

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

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


#52457c Background Color

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

This div background color is #52457c


#52457c Border Color

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

This div border color is #52457c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52457c


Comments

No comments written yet.

Please login to write comment.