Color Hex Logo

#530853 Color Hex

#530853
(83,8,83)
0 Favorites   0 Comments

Color spaces of #530853

RGB 83883
HSL0.830.820.18
HSV300°90°33°
CMYK 0.000.900.00   0.67
XYZ5.21542.63728.4178
Yxy2.63720.32050.1621
Hunter Lab16.239528.9073-19.3656
CIE-Lab18.528141.1719-25.6695

#530853 color RGB value is (83,8,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00001000 01010011
Octal 123 10 123
Decimal 83 8 83
Hex 53 8 53

RGB Percentages of Color #530853

%47.70
%4.60
%47.70

CMYK Percentages of Color #530853

%0
%90
%0
%67

Triadic Colors of #530853

#530853 #535308 #085353

Analogous Colors of #530853

#530853 #53082e #2e0853

Monochromatic Colors of #530853

#530853

Complementary Color

#530853 #085308

#530853 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530853 Color Preview on White Background

Lorem ipsum dolor sit amet.

#530853 Color CSS Codes

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

#530853 Text Font Color

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

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


#530853 Background Color

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

This div background color is #530853


#530853 Border Color

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

This div border color is #530853


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530853


Comments

No comments written yet.

Please login to write comment.