Color Hex Logo

#530daa Color Hex

#530DAA
(83,13,170)
0 Favorites   0 Comments

Color spaces of #530daa

RGB 8313170
HSL0.740.860.36
HSV267°92°67°
CMYK 0.510.920.00   0.33
XYZ10.96695.029138.4229
Yxy5.02910.20150.0924
Hunter Lab22.425748.0476-85.8863
CIE-Lab26.817558.8593-67.5085

#530daa color RGB value is (83,13,170).

#530daa hex color red value is 83, green value is 13 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #530daa hue: 0.74 , saturation: 0.86 and the lightness value of 530daa is 0.36.

The process color (four color CMYK) of #530daa color hex is 0.51, 0.92, 0.00, 0.33. Web safe color of #530daa is #660099. Color #530daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00001101 10101010
Octal 123 15 252
Decimal 83 13 170
Hex 53 D AA

RGB Percentages of Color #530daa

%31.20
%4.89
%63.91

CMYK Percentages of Color #530daa

%51
%92
%0
%33

Triadic Colors of #530daa

#530daa #aa530d #0daa53

Analogous Colors of #530daa

#530daa #a20daa #0d16aa

Monochromatic Colors of #530daa

#530daa

Complementary Color

#530daa #64aa0d

#530daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#530daa Color CSS Codes

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

#530daa Text Font Color

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

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


#530daa Background Color

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

This div background color is #530daa


#530daa Border Color

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

This div border color is #530daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530daa


Comments

No comments written yet.

Please login to write comment.