Color Hex Logo

#530638 Color Hex

#530638
(83,6,56)
0 Favorites   0 Comments

Color spaces of #530638

RGB 83656
HSL0.890.870.17
HSV321°93°33°
CMYK 0.000.930.33   0.67
XYZ4.34622.25483.9475
Yxy2.25480.41200.2138
Hunter Lab15.016025.3867-5.0753
CIE-Lab16.771337.5414-9.6915

#530638 color RGB value is (83,6,56).

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

The process color (four color CMYK) of #530638 color hex is 0.00, 0.93, 0.33, 0.67. Web safe color of #530638 is #660033. Color #530638 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000110 00111000
Octal 123 6 70
Decimal 83 6 56
Hex 53 6 38

RGB Percentages of Color #530638

%57.24
%4.14
%38.62

CMYK Percentages of Color #530638

%0
%93
%33
%67

Triadic Colors of #530638

#530638 #385306 #063853

Analogous Colors of #530638

#530638 #530612 #480653

Monochromatic Colors of #530638

#530638

Complementary Color

#530638 #065321

#530638 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530638 Color Preview on White Background

Lorem ipsum dolor sit amet.

#530638 Color CSS Codes

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

#530638 Text Font Color

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

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


#530638 Background Color

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

This div background color is #530638


#530638 Border Color

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

This div border color is #530638


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530638


Comments

No comments written yet.

Please login to write comment.