Color Hex Logo

#523887 Color Hex

#523887
(82,56,135)
0 Favorites   0 Comments

Color spaces of #523887

RGB 8256135
HSL0.720.410.37
HSV260°59°53°
CMYK 0.390.590.00   0.47
XYZ9.26706.371523.6631
Yxy6.37150.23580.1621
Hunter Lab25.241821.3593-37.9125
CIE-Lab30.331030.4257-40.3640

#523887 color RGB value is (82,56,135).

#523887 hex color red value is 82, green value is 56 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #523887 hue: 0.72 , saturation: 0.41 and the lightness value of 523887 is 0.37.

The process color (four color CMYK) of #523887 color hex is 0.39, 0.59, 0.00, 0.47. Web safe color of #523887 is #663399. Color #523887 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111000 10000111
Octal 122 70 207
Decimal 82 56 135
Hex 52 38 87

RGB Percentages of Color #523887

%30.04
%20.51
%49.45

CMYK Percentages of Color #523887

%39
%59
%0
%47

Triadic Colors of #523887

#523887 #875238 #388752

Analogous Colors of #523887

#523887 #7a3887 #384587

Monochromatic Colors of #523887

#523887

Complementary Color

#523887 #6d8738

#523887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#523887 Color CSS Codes

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

#523887 Text Font Color

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

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


#523887 Background Color

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

This div background color is #523887


#523887 Border Color

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

This div border color is #523887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523887


Comments

No comments written yet.

Please login to write comment.