Color Hex Logo

#525099 Color Hex

#525099
(82,80,153)
0 Favorites   0 Comments

Color spaces of #525099

RGB 8280153
HSL0.670.310.46
HSV242°48°60°
CMYK 0.460.480.00   0.40
XYZ12.09819.831131.3969
Yxy9.83110.22690.1844
Hunter Lab31.354614.0033-37.4218
CIE-Lab37.537620.7490-39.8251

#525099 color RGB value is (82,80,153).

#525099 hex color red value is 82, green value is 80 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #525099 hue: 0.67 , saturation: 0.31 and the lightness value of 525099 is 0.46.

The process color (four color CMYK) of #525099 color hex is 0.46, 0.48, 0.00, 0.40. Web safe color of #525099 is #666699. Color #525099 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010000 10011001
Octal 122 120 231
Decimal 82 80 153
Hex 52 50 99

RGB Percentages of Color #525099

%26.03
%25.40
%48.57

CMYK Percentages of Color #525099

%46
%48
%0
%40

Triadic Colors of #525099

#525099 #995250 #509952

Analogous Colors of #525099

#525099 #775099 #507399

Monochromatic Colors of #525099

#525099

Complementary Color

#525099 #979950

#525099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#525099 Color CSS Codes

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

#525099 Text Font Color

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

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


#525099 Background Color

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

This div background color is #525099


#525099 Border Color

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

This div border color is #525099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525099


Comments

No comments written yet.

Please login to write comment.