Color Hex Logo

#530959 Color Hex

#530959
(83,9,89)
0 Favorites   0 Comments

Color spaces of #530959

RGB 83989
HSL0.820.820.19
HSV296°90°35°
CMYK 0.070.900.00   0.65
XYZ5.46812.75569.6949
Yxy2.75560.30520.1538
Hunter Lab16.600029.7485-23.0071
CIE-Lab19.037341.9975-28.8991

#530959 color RGB value is (83,9,89).

#530959 hex color red value is 83, green value is 9 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #530959 hue: 0.82 , saturation: 0.82 and the lightness value of 530959 is 0.19.

The process color (four color CMYK) of #530959 color hex is 0.07, 0.90, 0.00, 0.65. Web safe color of #530959 is #660066. Color #530959 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00001001 01011001
Octal 123 11 131
Decimal 83 9 89
Hex 53 9 59

RGB Percentages of Color #530959

%45.86
%4.97
%49.17

CMYK Percentages of Color #530959

%7
%90
%0
%65

Triadic Colors of #530959

#530959 #595309 #095953

Analogous Colors of #530959

#530959 #590937 #2b0959

Monochromatic Colors of #530959

#530959

Complementary Color

#530959 #0f5909

#530959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#530959 Color CSS Codes

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

#530959 Text Font Color

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

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


#530959 Background Color

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

This div background color is #530959


#530959 Border Color

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

This div border color is #530959


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,9,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #530959; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #530959;
  -webkit-box-shadow: 1px 1px 3px 2px #530959;
  box-shadow:         1px 1px 3px 2px #530959; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530959


Comments

No comments written yet.

Please login to write comment.