Color Hex Logo

#530add Color Hex

#530ADD
(83,10,221)
0 Favorites   0 Comments

Color spaces of #530add

RGB 8310221
HSL0.720.910.45
HSV261°95°87°
CMYK 0.620.950.00   0.13
XYZ16.72707.276568.9295
Yxy7.27650.18000.0783
Hunter Lab26.975063.4804-132.6219
CIE-Lab32.428371.4543-88.2325

#530add color RGB value is (83,10,221).

#530add hex color red value is 83, green value is 10 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #530add hue: 0.72 , saturation: 0.91 and the lightness value of 530add is 0.45.

The process color (four color CMYK) of #530add color hex is 0.62, 0.95, 0.00, 0.13. Web safe color of #530add is #6600cc. Color #530add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00001010 11011101
Octal 123 12 335
Decimal 83 10 221
Hex 53 A DD

RGB Percentages of Color #530add

%26.43
%3.18
%70.38

CMYK Percentages of Color #530add

%62
%95
%0
%13

Triadic Colors of #530add

#530add #dd530a #0add53

Analogous Colors of #530add

#530add #bd0add #0a2add

Monochromatic Colors of #530add

#530add

Complementary Color

#530add #94dd0a

#530add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530add Color Preview on White Background

Lorem ipsum dolor sit amet.

#530add Color CSS Codes

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

#530add Text Font Color

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

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


#530add Background Color

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

This div background color is #530add


#530add Border Color

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

This div border color is #530add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530add


Comments

No comments written yet.

Please login to write comment.