Color Hex Logo

#530cad Color Hex

#530CAD
(83,12,173)
0 Favorites   0 Comments

Color spaces of #530cad

RGB 8312173
HSL0.740.870.36
HSV266°93°68°
CMYK 0.520.930.00   0.32
XYZ11.24165.119139.9307
Yxy5.11910.19970.0909
Hunter Lab22.625449.0945-88.8007
CIE-Lab27.071459.7805-68.8958

#530cad color RGB value is (83,12,173).

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

The process color (four color CMYK) of #530cad color hex is 0.52, 0.93, 0.00, 0.32. Web safe color of #530cad is #660099. Color #530cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00001100 10101101
Octal 123 14 255
Decimal 83 12 173
Hex 53 C AD

RGB Percentages of Color #530cad

%30.97
%4.48
%64.55

CMYK Percentages of Color #530cad

%52
%93
%0
%32

Triadic Colors of #530cad

#530cad #ad530c #0cad53

Analogous Colors of #530cad

#530cad #a40cad #0c15ad

Monochromatic Colors of #530cad

#530cad

Complementary Color

#530cad #66ad0c

#530cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#530cad Color CSS Codes

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

#530cad Text Font Color

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

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


#530cad Background Color

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

This div background color is #530cad


#530cad Border Color

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

This div border color is #530cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530cad


Comments

No comments written yet.

Please login to write comment.