Color Hex Logo

#52334a Color Hex

#52334A
(82,51,74)
0 Favorites   0 Comments

Color spaces of #52334a

RGB 825174
HSL0.880.230.26
HSV315°38°32°
CMYK 0.000.380.10   0.68
XYZ5.89954.65597.0663
Yxy4.65590.33480.2642
Hunter Lab21.577511.0429-4.3123
CIE-Lab25.731018.0931-8.4224

#52334a color RGB value is (82,51,74).

#52334a hex color red value is 82, green value is 51 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #52334a hue: 0.88 , saturation: 0.23 and the lightness value of 52334a is 0.26.

The process color (four color CMYK) of #52334a color hex is 0.00, 0.38, 0.10, 0.68. Web safe color of #52334a is #663333. Color #52334a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00110011 01001010
Octal 122 63 112
Decimal 82 51 74
Hex 52 33 4A

RGB Percentages of Color #52334a

%39.61
%24.64
%35.75

CMYK Percentages of Color #52334a

%0
%38
%10
%68

Triadic Colors of #52334a

#52334a #4a5233 #334a52

Analogous Colors of #52334a

#52334a #52333b #4b3352

Monochromatic Colors of #52334a

#52334a

Complementary Color

#52334a #33523b

#52334a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52334a Color Preview on White Background

Lorem ipsum dolor sit amet.

#52334a Color CSS Codes

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

#52334a Text Font Color

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

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


#52334a Background Color

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

This div background color is #52334a


#52334a Border Color

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

This div border color is #52334a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,51,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52334a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52334a;
  -webkit-box-shadow: 1px 1px 3px 2px #52334a;
  box-shadow:         1px 1px 3px 2px #52334a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52334a


Comments

No comments written yet.

Please login to write comment.