Color Hex Logo

#530775 Color Hex

#530775
(83,7,117)
0 Favorites   0 Comments

Color spaces of #530775

RGB 837117
HSL0.780.890.24
HSV281°94°46°
CMYK 0.290.940.00   0.54
XYZ6.85413.275317.1006
Yxy3.27530.25170.1203
Hunter Lab18.097835.9314-43.3547
CIE-Lab21.114348.1413-43.9161

#530775 color RGB value is (83,7,117).

#530775 hex color red value is 83, green value is 7 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #530775 hue: 0.78 , saturation: 0.89 and the lightness value of 530775 is 0.24.

The process color (four color CMYK) of #530775 color hex is 0.29, 0.94, 0.00, 0.54. Web safe color of #530775 is #660066. Color #530775 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000111 01110101
Octal 123 7 165
Decimal 83 7 117
Hex 53 7 75

RGB Percentages of Color #530775

%40.10
%3.38
%56.52

CMYK Percentages of Color #530775

%29
%94
%0
%54

Triadic Colors of #530775

#530775 #755307 #077553

Analogous Colors of #530775

#530775 #750760 #1c0775

Monochromatic Colors of #530775

#530775

Complementary Color

#530775 #297507

#530775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#530775 Color CSS Codes

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

#530775 Text Font Color

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

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


#530775 Background Color

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

This div background color is #530775


#530775 Border Color

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

This div border color is #530775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530775


Comments

No comments written yet.

Please login to write comment.