Color Hex Logo

#530a5f Color Hex

#530A5F
(83,10,95)
0 Favorites   0 Comments

Color spaces of #530a5f

RGB 831095
HSL0.810.810.21
HSV292°89°37°
CMYK 0.130.890.00   0.63
XYZ5.74142.882311.0802
Yxy2.88230.29140.1463
Hunter Lab16.977330.6548-26.8113
CIE-Lab19.566242.8811-32.0529

#530a5f color RGB value is (83,10,95).

#530a5f hex color red value is 83, green value is 10 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #530a5f hue: 0.81 , saturation: 0.81 and the lightness value of 530a5f is 0.21.

The process color (four color CMYK) of #530a5f color hex is 0.13, 0.89, 0.00, 0.63. Web safe color of #530a5f is #660066. Color #530a5f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00001010 01011111
Octal 123 12 137
Decimal 83 10 95
Hex 53 A 5F

RGB Percentages of Color #530a5f

%44.15
%5.32
%50.53

CMYK Percentages of Color #530a5f

%13
%89
%0
%63

Triadic Colors of #530a5f

#530a5f #5f530a #0a5f53

Analogous Colors of #530a5f

#530a5f #5f0a41 #290a5f

Monochromatic Colors of #530a5f

#530a5f

Complementary Color

#530a5f #165f0a

#530a5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530a5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#530a5f Color CSS Codes

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

#530a5f Text Font Color

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

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


#530a5f Background Color

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

This div background color is #530a5f


#530a5f Border Color

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

This div border color is #530a5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530a5f


Comments

No comments written yet.

Please login to write comment.