Color Hex Logo

#530567 Color Hex

#530567
(83,5,103)
0 Favorites   0 Comments

Color spaces of #530567

RGB 835103
HSL0.800.910.21
HSV288°95°40°
CMYK 0.190.950.00   0.60
XYZ6.06972.926813.0770
Yxy2.92680.27500.1326
Hunter Lab17.107933.3911-33.3448
CIE-Lab19.748345.7664-37.0412

#530567 color RGB value is (83,5,103).

#530567 hex color red value is 83, green value is 5 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #530567 hue: 0.80 , saturation: 0.91 and the lightness value of 530567 is 0.21.

The process color (four color CMYK) of #530567 color hex is 0.19, 0.95, 0.00, 0.60. Web safe color of #530567 is #660066. Color #530567 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000101 01100111
Octal 123 5 147
Decimal 83 5 103
Hex 53 5 67

RGB Percentages of Color #530567

%43.46
%2.62
%53.93

CMYK Percentages of Color #530567

%19
%95
%0
%60

Triadic Colors of #530567

#530567 #675305 #056753

Analogous Colors of #530567

#530567 #67054a #220567

Monochromatic Colors of #530567

#530567

Complementary Color

#530567 #196705

#530567 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530567 Color Preview on White Background

Lorem ipsum dolor sit amet.

#530567 Color CSS Codes

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

#530567 Text Font Color

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

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


#530567 Background Color

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

This div background color is #530567


#530567 Border Color

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

This div border color is #530567


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530567


Comments

No comments written yet.

Please login to write comment.