Color Hex Logo

#521942 Color Hex

#521942
(82,25,66)
0 Favorites   0 Comments

Color spaces of #521942

RGB 822566
HSL0.880.530.21
HSV317°70°32°
CMYK 0.000.700.20   0.68
XYZ4.81072.88245.4571
Yxy2.88240.36580.2192
Hunter Lab16.977620.8680-7.1732
CIE-Lab19.566631.6479-12.4172

#521942 color RGB value is (82,25,66).

#521942 hex color red value is 82, green value is 25 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #521942 hue: 0.88 , saturation: 0.53 and the lightness value of 521942 is 0.21.

The process color (four color CMYK) of #521942 color hex is 0.00, 0.70, 0.20, 0.68. Web safe color of #521942 is #660033. Color #521942 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00011001 01000010
Octal 122 31 102
Decimal 82 25 66
Hex 52 19 42

RGB Percentages of Color #521942

%47.40
%14.45
%38.15

CMYK Percentages of Color #521942

%0
%70
%20
%68

Triadic Colors of #521942

#521942 #425219 #194252

Analogous Colors of #521942

#521942 #521925 #461952

Monochromatic Colors of #521942

#521942

Complementary Color

#521942 #195229

#521942 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521942 Color Preview on White Background

Lorem ipsum dolor sit amet.

#521942 Color CSS Codes

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

#521942 Text Font Color

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

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


#521942 Background Color

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

This div background color is #521942


#521942 Border Color

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

This div border color is #521942


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521942


Comments

No comments written yet.

Please login to write comment.