Color Hex Logo

#521854 Color Hex

#521854
(82,24,84)
0 Favorites   0 Comments

Color spaces of #521854

RGB 822484
HSL0.830.560.21
HSV298°71°33°
CMYK 0.020.710.00   0.67
XYZ5.40653.08728.6984
Yxy3.08720.31450.1796
Hunter Lab17.570424.1770-17.0527
CIE-Lab20.389835.4401-23.3960

#521854 color RGB value is (82,24,84).

#521854 hex color red value is 82, green value is 24 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #521854 hue: 0.83 , saturation: 0.56 and the lightness value of 521854 is 0.21.

The process color (four color CMYK) of #521854 color hex is 0.02, 0.71, 0.00, 0.67. Web safe color of #521854 is #660066. Color #521854 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00011000 01010100
Octal 122 30 124
Decimal 82 24 84
Hex 52 18 54

RGB Percentages of Color #521854

%43.16
%12.63
%44.21

CMYK Percentages of Color #521854

%2
%71
%0
%67

Triadic Colors of #521854

#521854 #545218 #185452

Analogous Colors of #521854

#521854 #541838 #341854

Monochromatic Colors of #521854

#521854

Complementary Color

#521854 #1a5418

#521854 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521854 Color Preview on White Background

Lorem ipsum dolor sit amet.

#521854 Color CSS Codes

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

#521854 Text Font Color

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

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


#521854 Background Color

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

This div background color is #521854


#521854 Border Color

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

This div border color is #521854


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521854


Comments

No comments written yet.

Please login to write comment.