Color Hex Logo

#52427c Color Hex

#52427C
(82,66,124)
0 Favorites   0 Comments

Color spaces of #52427c

RGB 8266124
HSL0.710.310.37
HSV257°47°49°
CMYK 0.340.470.00   0.51
XYZ9.06607.145519.9702
Yxy7.14550.25060.1975
Hunter Lab26.731113.7600-25.5825
CIE-Lab32.135920.9702-30.6400

#52427c color RGB value is (82,66,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000010 01111100
Octal 122 102 174
Decimal 82 66 124
Hex 52 42 7C

RGB Percentages of Color #52427c

%30.15
%24.26
%45.59

CMYK Percentages of Color #52427c

%34
%47
%0
%51

Triadic Colors of #52427c

#52427c #7c5242 #427c52

Analogous Colors of #52427c

#52427c #6f427c #424f7c

Monochromatic Colors of #52427c

#52427c

Complementary Color

#52427c #6c7c42

#52427c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52427c Color Preview on White Background

Lorem ipsum dolor sit amet.

#52427c Color CSS Codes

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

#52427c Text Font Color

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

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


#52427c Background Color

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

This div background color is #52427c


#52427c Border Color

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

This div border color is #52427c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,66,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 #52427c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52427c


Comments

No comments written yet.

Please login to write comment.