Color Hex Logo

#525885 Color Hex

#525885
(82,88,133)
0 Favorites   0 Comments

Color spaces of #525885

RGB 8288133
HSL0.650.240.42
HSV233°38°52°
CMYK 0.380.340.00   0.48
XYZ11.203010.466723.6201
Yxy10.46670.24740.2311
Hunter Lab32.35235.1948-20.6405
CIE-Lab38.66739.5169-25.9181

#525885 color RGB value is (82,88,133).

#525885 hex color red value is 82, green value is 88 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #525885 hue: 0.65 , saturation: 0.24 and the lightness value of 525885 is 0.42.

The process color (four color CMYK) of #525885 color hex is 0.38, 0.34, 0.00, 0.48. Web safe color of #525885 is #666699. Color #525885 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011000 10000101
Octal 122 130 205
Decimal 82 88 133
Hex 52 58 85

RGB Percentages of Color #525885

%27.06
%29.04
%43.89

CMYK Percentages of Color #525885

%38
%34
%0
%48

Triadic Colors of #525885

#525885 #855258 #588552

Analogous Colors of #525885

#525885 #665285 #527285

Monochromatic Colors of #525885

#525885

Complementary Color

#525885 #857f52

#525885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#525885 Color CSS Codes

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

#525885 Text Font Color

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

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


#525885 Background Color

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

This div background color is #525885


#525885 Border Color

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

This div border color is #525885


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,88,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #525885; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #525885;
  -webkit-box-shadow: 1px 1px 3px 2px #525885;
  box-shadow:         1px 1px 3px 2px #525885; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525885


Comments

No comments written yet.

Please login to write comment.