Color Hex Logo

#530cda Color Hex

#530CDA
(83,12,218)
0 Favorites   0 Comments

Color spaces of #530cda

RGB 8312218
HSL0.720.900.45
HSV261°94°85°
CMYK 0.620.940.00   0.15
XYZ16.35367.163966.8505
Yxy7.16390.18100.0793
Hunter Lab26.765562.2233-129.3493
CIE-Lab32.177270.4360-86.9213

#530cda color RGB value is (83,12,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00001100 11011010
Octal 123 14 332
Decimal 83 12 218
Hex 53 C DA

RGB Percentages of Color #530cda

%26.52
%3.83
%69.65

CMYK Percentages of Color #530cda

%62
%94
%0
%15

Triadic Colors of #530cda

#530cda #da530c #0cda53

Analogous Colors of #530cda

#530cda #ba0cda #0c2cda

Monochromatic Colors of #530cda

#530cda

Complementary Color

#530cda #93da0c

#530cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#530cda Color CSS Codes

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

#530cda Text Font Color

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

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


#530cda Background Color

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

This div background color is #530cda


#530cda Border Color

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

This div border color is #530cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530cda


Comments

No comments written yet.

Please login to write comment.