Color Hex Logo

#530841 Color Hex

#530841
(83,8,65)
0 Favorites   0 Comments

Color spaces of #530841

RGB 83865
HSL0.870.820.18
HSV314°90°33°
CMYK 0.000.900.22   0.67
XYZ4.60822.39435.2203
Yxy2.39430.37700.1959
Hunter Lab15.473526.0808-9.1712
CIE-Lab17.433738.2093-15.0123

#530841 color RGB value is (83,8,65).

#530841 hex color red value is 83, green value is 8 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #530841 hue: 0.87 , saturation: 0.82 and the lightness value of 530841 is 0.18.

The process color (four color CMYK) of #530841 color hex is 0.00, 0.90, 0.22, 0.67. Web safe color of #530841 is #660033. Color #530841 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00001000 01000001
Octal 123 10 101
Decimal 83 8 65
Hex 53 8 41

RGB Percentages of Color #530841

%53.21
%5.13
%41.67

CMYK Percentages of Color #530841

%0
%90
%22
%67

Triadic Colors of #530841

#530841 #415308 #084153

Analogous Colors of #530841

#530841 #53081b #400853

Monochromatic Colors of #530841

#530841

Complementary Color

#530841 #08531a

#530841 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530841 Color Preview on White Background

Lorem ipsum dolor sit amet.

#530841 Color CSS Codes

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

#530841 Text Font Color

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

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


#530841 Background Color

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

This div background color is #530841


#530841 Border Color

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

This div border color is #530841


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530841


Comments

No comments written yet.

Please login to write comment.