Color Hex Logo

#521275 Color Hex

#521275
(82,18,117)
0 Favorites   0 Comments

Color spaces of #521275

RGB 8218117
HSL0.770.730.26
HSV279°85°46°
CMYK 0.300.850.00   0.54
XYZ6.90693.510817.1432
Yxy3.51080.25060.1274
Hunter Lab18.737133.0089-41.1303
CIE-Lab21.983444.9286-42.5074

#521275 color RGB value is (82,18,117).

#521275 hex color red value is 82, green value is 18 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #521275 hue: 0.77 , saturation: 0.73 and the lightness value of 521275 is 0.26.

The process color (four color CMYK) of #521275 color hex is 0.30, 0.85, 0.00, 0.54. Web safe color of #521275 is #660066. Color #521275 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010010 01110101
Octal 122 22 165
Decimal 82 18 117
Hex 52 12 75

RGB Percentages of Color #521275

%37.79
%8.29
%53.92

CMYK Percentages of Color #521275

%30
%85
%0
%54

Triadic Colors of #521275

#521275 #755212 #127552

Analogous Colors of #521275

#521275 #751267 #201275

Monochromatic Colors of #521275

#521275

Complementary Color

#521275 #357512

#521275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#521275 Color CSS Codes

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

#521275 Text Font Color

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

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


#521275 Background Color

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

This div background color is #521275


#521275 Border Color

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

This div border color is #521275


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,18,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #521275; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #521275;
  -webkit-box-shadow: 1px 1px 3px 2px #521275;
  box-shadow:         1px 1px 3px 2px #521275; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521275


Comments

No comments written yet.

Please login to write comment.