Color Hex Logo

#530058 Color Hex

#530058
(83,0,88)
0 Favorites   0 Comments

Color spaces of #530058

RGB 83088
HSL0.821.000.17
HSV297°100°35°
CMYK 0.061.000.00   0.65
XYZ5.32872.54369.4426
Yxy2.54360.30780.1469
Hunter Lab15.948731.7295-23.9393
CIE-Lab18.114744.3199-29.7082

#530058 color RGB value is (83,0,88).

#530058 hex color red value is 83, green value is 0 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #530058 hue: 0.82 , saturation: 1.00 and the lightness value of 530058 is 0.17.

The process color (four color CMYK) of #530058 color hex is 0.06, 1.00, 0.00, 0.65. Web safe color of #530058 is #660066. Color #530058 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000000 01011000
Octal 123 0 130
Decimal 83 0 88
Hex 53 0 58

RGB Percentages of Color #530058

%48.54
%0.00
%51.46

CMYK Percentages of Color #530058

%6
%100
%0
%65

Triadic Colors of #530058

#530058 #585300 #005853

Analogous Colors of #530058

#530058 #580031 #270058

Monochromatic Colors of #530058

#530058

Complementary Color

#530058 #055800

#530058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#530058 Color CSS Codes

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

#530058 Text Font Color

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

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


#530058 Background Color

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

This div background color is #530058


#530058 Border Color

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

This div border color is #530058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530058


Comments

No comments written yet.

Please login to write comment.