Color Hex Logo

#530533 Color Hex

#530533
(83,5,51)
0 Favorites   0 Comments

Color spaces of #530533

RGB 83551
HSL0.900.890.17
HSV325°94°33°
CMYK 0.000.940.39   0.67
XYZ4.21912.18663.3316
Yxy2.18660.43330.2246
Hunter Lab14.787225.0524-3.0072
CIE-Lab16.437537.2200-6.6281

#530533 color RGB value is (83,5,51).

#530533 hex color red value is 83, green value is 5 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #530533 hue: 0.90 , saturation: 0.89 and the lightness value of 530533 is 0.17.

The process color (four color CMYK) of #530533 color hex is 0.00, 0.94, 0.39, 0.67. Web safe color of #530533 is #660033. Color #530533 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000101 00110011
Octal 123 5 63
Decimal 83 5 51
Hex 53 5 33

RGB Percentages of Color #530533

%59.71
%3.60
%36.69

CMYK Percentages of Color #530533

%0
%94
%39
%67

Triadic Colors of #530533

#530533 #335305 #053353

Analogous Colors of #530533

#530533 #53050c #4c0553

Monochromatic Colors of #530533

#530533

Complementary Color

#530533 #055325

#530533 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530533 Color Preview on White Background

Lorem ipsum dolor sit amet.

#530533 Color CSS Codes

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

#530533 Text Font Color

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

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


#530533 Background Color

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

This div background color is #530533


#530533 Border Color

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

This div border color is #530533


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530533


Comments

No comments written yet.

Please login to write comment.