Color Hex Logo

#525193 Color Hex

#525193
(82,81,147)
0 Favorites   0 Comments

Color spaces of #525193

RGB 8281147
HSL0.670.290.45
HSV241°45°58°
CMYK 0.440.450.00   0.42
XYZ11.68869.785328.8765
Yxy9.78530.23210.1943
Hunter Lab31.281511.9556-32.8347
CIE-Lab37.454318.2375-36.3340

#525193 color RGB value is (82,81,147).

#525193 hex color red value is 82, green value is 81 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #525193 hue: 0.67 , saturation: 0.29 and the lightness value of 525193 is 0.45.

The process color (four color CMYK) of #525193 color hex is 0.44, 0.45, 0.00, 0.42. Web safe color of #525193 is #666699. Color #525193 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010001 10010011
Octal 122 121 223
Decimal 82 81 147
Hex 52 51 93

RGB Percentages of Color #525193

%26.45
%26.13
%47.42

CMYK Percentages of Color #525193

%44
%45
%0
%42

Triadic Colors of #525193

#525193 #935251 #519352

Analogous Colors of #525193

#525193 #735193 #517193

Monochromatic Colors of #525193

#525193

Complementary Color

#525193 #929351

#525193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#525193 Color CSS Codes

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

#525193 Text Font Color

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

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


#525193 Background Color

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

This div background color is #525193


#525193 Border Color

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

This div border color is #525193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525193


Comments

No comments written yet.

Please login to write comment.