Color Hex Logo

#530558 Color Hex

#530558
(83,5,88)
0 Favorites   0 Comments

Color spaces of #530558

RGB 83588
HSL0.820.890.18
HSV296°94°35°
CMYK 0.060.940.00   0.65
XYZ5.38302.65219.4607
Yxy2.65210.30770.1516
Hunter Lab16.285330.5029-23.0440
CIE-Lab18.593042.9059-28.9401

#530558 color RGB value is (83,5,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000101 01011000
Octal 123 5 130
Decimal 83 5 88
Hex 53 5 58

RGB Percentages of Color #530558

%47.16
%2.84
%50.00

CMYK Percentages of Color #530558

%6
%94
%0
%65

Triadic Colors of #530558

#530558 #585305 #055853

Analogous Colors of #530558

#530558 #580534 #290558

Monochromatic Colors of #530558

#530558

Complementary Color

#530558 #0a5805

#530558 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530558 Color Preview on White Background

Lorem ipsum dolor sit amet.

#530558 Color CSS Codes

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

#530558 Text Font Color

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

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


#530558 Background Color

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

This div background color is #530558


#530558 Border Color

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

This div border color is #530558


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,5,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 #530558">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530558


Comments

No comments written yet.

Please login to write comment.