Color Hex Logo

#526390 Color Hex

#526390
(82,99,144)
0 Favorites   0 Comments

Color spaces of #526390

RGB 8299144
HSL0.620.270.44
HSV224°43°56°
CMYK 0.430.310.00   0.44
XYZ12.975612.731128.1590
Yxy12.73110.24090.2363
Hunter Lab35.68072.4720-21.8149
CIE-Lab42.35535.9228-26.8109

#526390 color RGB value is (82,99,144).

#526390 hex color red value is 82, green value is 99 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #526390 hue: 0.62 , saturation: 0.27 and the lightness value of 526390 is 0.44.

The process color (four color CMYK) of #526390 color hex is 0.43, 0.31, 0.00, 0.44. Web safe color of #526390 is #666699. Color #526390 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100011 10010000
Octal 122 143 220
Decimal 82 99 144
Hex 52 63 90

RGB Percentages of Color #526390

%25.23
%30.46
%44.31

CMYK Percentages of Color #526390

%43
%31
%0
%44

Triadic Colors of #526390

#526390 #905263 #639052

Analogous Colors of #526390

#526390 #605290 #528290

Monochromatic Colors of #526390

#526390

Complementary Color

#526390 #907f52

#526390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526390 Color CSS Codes

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

#526390 Text Font Color

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

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


#526390 Background Color

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

This div background color is #526390


#526390 Border Color

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

This div border color is #526390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526390


Comments

No comments written yet.

Please login to write comment.