Color Hex Logo

#530dca Color Hex

#530DCA
(83,13,202)
0 Favorites   0 Comments

Color spaces of #530dca

RGB 8313202
HSL0.730.880.42
HSV262°94°79°
CMYK 0.590.940.00   0.21
XYZ14.37196.391156.3532
Yxy6.39110.18640.0829
Hunter Lab25.280657.2352-114.4673
CIE-Lab30.378566.4689-80.6139

#530dca color RGB value is (83,13,202).

#530dca hex color red value is 83, green value is 13 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #530dca hue: 0.73 , saturation: 0.88 and the lightness value of 530dca is 0.42.

The process color (four color CMYK) of #530dca color hex is 0.59, 0.94, 0.00, 0.21. Web safe color of #530dca is #6600cc. Color #530dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00001101 11001010
Octal 123 15 312
Decimal 83 13 202
Hex 53 D CA

RGB Percentages of Color #530dca

%27.85
%4.36
%67.79

CMYK Percentages of Color #530dca

%59
%94
%0
%21

Triadic Colors of #530dca

#530dca #ca530d #0dca53

Analogous Colors of #530dca

#530dca #b20dca #0d25ca

Monochromatic Colors of #530dca

#530dca

Complementary Color

#530dca #84ca0d

#530dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#530dca Color CSS Codes

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

#530dca Text Font Color

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

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


#530dca Background Color

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

This div background color is #530dca


#530dca Border Color

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

This div border color is #530dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530dca


Comments

No comments written yet.

Please login to write comment.