Color Hex Logo

#52274b Color Hex

#52274B
(82,39,75)
0 Favorites   0 Comments

Color spaces of #52274b

RGB 823975
HSL0.860.360.24
HSV310°52°32°
CMYK 0.000.520.09   0.68
XYZ5.47523.75297.0924
Yxy3.75290.33550.2300
Hunter Lab19.372416.5475-8.1459
CIE-Lab22.837125.7023-13.5108

#52274b color RGB value is (82,39,75).

#52274b hex color red value is 82, green value is 39 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #52274b hue: 0.86 , saturation: 0.36 and the lightness value of 52274b is 0.24.

The process color (four color CMYK) of #52274b color hex is 0.00, 0.52, 0.09, 0.68. Web safe color of #52274b is #663333. Color #52274b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00100111 01001011
Octal 122 47 113
Decimal 82 39 75
Hex 52 27 4B

RGB Percentages of Color #52274b

%41.84
%19.90
%38.27

CMYK Percentages of Color #52274b

%0
%52
%9
%68

Triadic Colors of #52274b

#52274b #4b5227 #274b52

Analogous Colors of #52274b

#52274b #522736 #442752

Monochromatic Colors of #52274b

#52274b

Complementary Color

#52274b #27522e

#52274b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52274b Color Preview on White Background

Lorem ipsum dolor sit amet.

#52274b Color CSS Codes

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

#52274b Text Font Color

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

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


#52274b Background Color

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

This div background color is #52274b


#52274b Border Color

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

This div border color is #52274b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52274b


Comments

No comments written yet.

Please login to write comment.