Color Hex Logo

#52143f Color Hex

#52143F
(82,20,63)
0 Favorites   0 Comments

Color spaces of #52143f

RGB 822063
HSL0.880.610.20
HSV318°76°32°
CMYK 0.000.760.23   0.68
XYZ4.62702.65304.9708
Yxy2.65300.37770.2166
Hunter Lab16.288022.2031-6.6926
CIE-Lab18.596933.4431-11.8303

#52143f color RGB value is (82,20,63).

#52143f hex color red value is 82, green value is 20 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #52143f hue: 0.88 , saturation: 0.61 and the lightness value of 52143f is 0.20.

The process color (four color CMYK) of #52143f color hex is 0.00, 0.76, 0.23, 0.68. Web safe color of #52143f is #660033. Color #52143f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010100 00111111
Octal 122 24 77
Decimal 82 20 63
Hex 52 14 3F

RGB Percentages of Color #52143f

%49.70
%12.12
%38.18

CMYK Percentages of Color #52143f

%0
%76
%23
%68

Triadic Colors of #52143f

#52143f #3f5214 #143f52

Analogous Colors of #52143f

#52143f #521420 #461452

Monochromatic Colors of #52143f

#52143f

Complementary Color

#52143f #145227

#52143f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52143f Color Preview on White Background

Lorem ipsum dolor sit amet.

#52143f Color CSS Codes

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

#52143f Text Font Color

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

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


#52143f Background Color

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

This div background color is #52143f


#52143f Border Color

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

This div border color is #52143f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,20,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52143f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52143f;
  -webkit-box-shadow: 1px 1px 3px 2px #52143f;
  box-shadow:         1px 1px 3px 2px #52143f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52143f


Comments

No comments written yet.

Please login to write comment.