Color Hex Logo

#52144b Color Hex

#52144B
(82,20,75)
0 Favorites   0 Comments

Color spaces of #52144b

RGB 822075
HSL0.850.610.20
HSV307°76°32°
CMYK 0.000.760.09   0.68
XYZ4.99982.80216.9340
Yxy2.80210.33930.1902
Hunter Lab16.739524.0209-12.8421
CIE-Lab19.233235.4773-19.1208

#52144b color RGB value is (82,20,75).

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

The process color (four color CMYK) of #52144b color hex is 0.00, 0.76, 0.09, 0.68. Web safe color of #52144b is #660033. Color #52144b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010100 01001011
Octal 122 24 113
Decimal 82 20 75
Hex 52 14 4B

RGB Percentages of Color #52144b

%46.33
%11.30
%42.37

CMYK Percentages of Color #52144b

%0
%76
%9
%68

Triadic Colors of #52144b

#52144b #4b5214 #144b52

Analogous Colors of #52144b

#52144b #52142c #3a1452

Monochromatic Colors of #52144b

#52144b

Complementary Color

#52144b #14521b

#52144b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52144b Color Preview on White Background

Lorem ipsum dolor sit amet.

#52144b Color CSS Codes

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

#52144b Text Font Color

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

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


#52144b Background Color

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

This div background color is #52144b


#52144b Border Color

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

This div border color is #52144b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52144b


Comments

No comments written yet.

Please login to write comment.