Color Hex Logo

#52084b Color Hex

#52084B
(82,8,75)
0 Favorites   0 Comments

Color spaces of #52084b

RGB 82875
HSL0.850.820.18
HSV306°90°32°
CMYK 0.000.900.09   0.68
XYZ4.83652.47556.8795
Yxy2.47550.34080.1744
Hunter Lab15.733727.3364-14.9107
CIE-Lab17.807439.5607-21.3692

#52084b color RGB value is (82,8,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00001000 01001011
Octal 122 10 113
Decimal 82 8 75
Hex 52 8 4B

RGB Percentages of Color #52084b

%49.70
%4.85
%45.45

CMYK Percentages of Color #52084b

%0
%90
%9
%68

Triadic Colors of #52084b

#52084b #4b5208 #084b52

Analogous Colors of #52084b

#52084b #520826 #340852

Monochromatic Colors of #52084b

#52084b

Complementary Color

#52084b #08520f

#52084b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52084b Color Preview on White Background

Lorem ipsum dolor sit amet.

#52084b Color CSS Codes

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

#52084b Text Font Color

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

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


#52084b Background Color

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

This div background color is #52084b


#52084b Border Color

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

This div border color is #52084b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,8,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 #52084b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52084b


Comments

No comments written yet.

Please login to write comment.