Color Hex Logo

#526481 Color Hex

#526481
(82,100,129)
0 Favorites   0 Comments

Color spaces of #526481

RGB 82100129
HSL0.600.220.41
HSV217°36°51°
CMYK 0.360.220.00   0.49
XYZ11.999312.493222.5479
Yxy12.49320.25510.2656
Hunter Lab35.3457-1.2572-13.0805
CIE-Lab41.98950.8732-18.3437

#526481 color RGB value is (82,100,129).

#526481 hex color red value is 82, green value is 100 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #526481 hue: 0.60 , saturation: 0.22 and the lightness value of 526481 is 0.41.

The process color (four color CMYK) of #526481 color hex is 0.36, 0.22, 0.00, 0.49. Web safe color of #526481 is #666699. Color #526481 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100100 10000001
Octal 122 144 201
Decimal 82 100 129
Hex 52 64 81

RGB Percentages of Color #526481

%26.37
%32.15
%41.48

CMYK Percentages of Color #526481

%36
%22
%0
%49

Triadic Colors of #526481

#526481 #815264 #648152

Analogous Colors of #526481

#526481 #585281 #527c81

Monochromatic Colors of #526481

#526481

Complementary Color

#526481 #816f52

#526481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526481 Color CSS Codes

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

#526481 Text Font Color

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

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


#526481 Background Color

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

This div background color is #526481


#526481 Border Color

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

This div border color is #526481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526481


Comments

No comments written yet.

Please login to write comment.