Color Hex Logo

#530867 Color Hex

#530867
(83,8,103)
0 Favorites   0 Comments

Color spaces of #530867

RGB 838103
HSL0.800.860.22
HSV287°92°40°
CMYK 0.190.920.00   0.60
XYZ6.10232.991913.0878
Yxy2.99190.27510.1349
Hunter Lab17.297132.7036-32.7536
CIE-Lab20.011444.9895-36.6147

#530867 color RGB value is (83,8,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00001000 01100111
Octal 123 10 147
Decimal 83 8 103
Hex 53 8 67

RGB Percentages of Color #530867

%42.78
%4.12
%53.09

CMYK Percentages of Color #530867

%19
%92
%0
%60

Triadic Colors of #530867

#530867 #675308 #086753

Analogous Colors of #530867

#530867 #67084c #240867

Monochromatic Colors of #530867

#530867

Complementary Color

#530867 #1c6708

#530867 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530867 Color Preview on White Background

Lorem ipsum dolor sit amet.

#530867 Color CSS Codes

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

#530867 Text Font Color

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

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


#530867 Background Color

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

This div background color is #530867


#530867 Border Color

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

This div border color is #530867


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530867


Comments

No comments written yet.

Please login to write comment.