Color Hex Logo

#530662 Color Hex

#530662
(83,6,98)
0 Favorites   0 Comments

Color spaces of #530662

RGB 83698
HSL0.810.880.20
HSV290°94°38°
CMYK 0.150.940.00   0.62
XYZ5.83702.851111.7979
Yxy2.85110.28490.1392
Hunter Lab16.885232.1561-29.6070
CIE-Lab19.437444.5192-34.2490

#530662 color RGB value is (83,6,98).

#530662 hex color red value is 83, green value is 6 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #530662 hue: 0.81 , saturation: 0.88 and the lightness value of 530662 is 0.20.

The process color (four color CMYK) of #530662 color hex is 0.15, 0.94, 0.00, 0.62. Web safe color of #530662 is #660066. Color #530662 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000110 01100010
Octal 123 6 142
Decimal 83 6 98
Hex 53 6 62

RGB Percentages of Color #530662

%44.39
%3.21
%52.41

CMYK Percentages of Color #530662

%15
%94
%0
%62

Triadic Colors of #530662

#530662 #625306 #066253

Analogous Colors of #530662

#530662 #620643 #250662

Monochromatic Colors of #530662

#530662

Complementary Color

#530662 #156206

#530662 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530662 Color Preview on White Background

Lorem ipsum dolor sit amet.

#530662 Color CSS Codes

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

#530662 Text Font Color

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

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


#530662 Background Color

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

This div background color is #530662


#530662 Border Color

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

This div border color is #530662


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530662


Comments

No comments written yet.

Please login to write comment.