Color Hex Logo

#530364 Color Hex

#530364
(83,3,100)
0 Favorites   0 Comments

Color spaces of #530364

RGB 833100
HSL0.800.940.20
HSV289°97°39°
CMYK 0.170.970.00   0.61
XYZ5.90012.824212.2908
Yxy2.82420.28080.1344
Hunter Lab16.805433.2592-31.5987
CIE-Lab19.325645.7094-35.7515

#530364 color RGB value is (83,3,100).

#530364 hex color red value is 83, green value is 3 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #530364 hue: 0.80 , saturation: 0.94 and the lightness value of 530364 is 0.20.

The process color (four color CMYK) of #530364 color hex is 0.17, 0.97, 0.00, 0.61. Web safe color of #530364 is #660066. Color #530364 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000011 01100100
Octal 123 3 144
Decimal 83 3 100
Hex 53 3 64

RGB Percentages of Color #530364

%44.62
%1.61
%53.76

CMYK Percentages of Color #530364

%17
%97
%0
%61

Triadic Colors of #530364

#530364 #645303 #036453

Analogous Colors of #530364

#530364 #640345 #230364

Monochromatic Colors of #530364

#530364

Complementary Color

#530364 #146403

#530364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#530364 Color CSS Codes

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

#530364 Text Font Color

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

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


#530364 Background Color

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

This div background color is #530364


#530364 Border Color

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

This div border color is #530364


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,3,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #530364; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #530364;
  -webkit-box-shadow: 1px 1px 3px 2px #530364;
  box-shadow:         1px 1px 3px 2px #530364; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,3,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530364


Comments

No comments written yet.

Please login to write comment.