color codes Logo

#530dcc color codes

#530DCC
(83,13,204)
0 Favorites   0 Comments

Color spaces of #530dcc

RGB 8313204
HSL0.730.880.43
HSV262°94°80°
CMYK 0.590.940.00   0.20
XYZ14.61036.486557.6087
Yxy6.48650.18560.0824
Hunter Lab25.468657.8281-116.2829
CIE-Lab30.608166.9439-81.4018

#530dcc color RGB value is (83,13,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00001101 11001100
Octal 123 15 314
Decimal 83 13 204
Hex 53 D CC

RGB Percentages of Color #530dcc

%27.67
%4.33
%68.00

CMYK Percentages of Color #530dcc

%59
%94
%0
%20

Triadic Colors of #530dcc

#530dcc #cc530d #0dcc53

Analogous Colors of #530dcc

#530dcc #b30dcc #0d27cc

Monochromatic Colors of #530dcc

#530dcc

Complementary Color

#530dcc #86cc0d

#530dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#530dcc Color CSS Codes

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

#530dcc Text Font Color

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

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


#530dcc Background Color

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

This div background color is #530dcc


#530dcc Border Color

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

This div border color is #530dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530dcc


Comments

No comments written yet.

Please login to write comment.