Color Hex Logo

#530750 Color Hex

#530750
(83,7,80)
0 Favorites   0 Comments

Color spaces of #530750

RGB 83780
HSL0.840.840.18
HSV302°92°33°
CMYK 0.000.920.04   0.67
XYZ5.09122.57017.8172
Yxy2.57010.32890.1660
Hunter Lab16.031528.6318-17.6886
CIE-Lab18.232740.9246-24.1022

#530750 color RGB value is (83,7,80).

#530750 hex color red value is 83, green value is 7 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #530750 hue: 0.84 , saturation: 0.84 and the lightness value of 530750 is 0.18.

The process color (four color CMYK) of #530750 color hex is 0.00, 0.92, 0.04, 0.67. Web safe color of #530750 is #660066. Color #530750 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000111 01010000
Octal 123 7 120
Decimal 83 7 80
Hex 53 7 50

RGB Percentages of Color #530750

%48.82
%4.12
%47.06

CMYK Percentages of Color #530750

%0
%92
%4
%67

Triadic Colors of #530750

#530750 #505307 #075053

Analogous Colors of #530750

#530750 #53072a #300753

Monochromatic Colors of #530750

#530750

Complementary Color

#530750 #07530a

#530750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#530750 Color CSS Codes

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

#530750 Text Font Color

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

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


#530750 Background Color

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

This div background color is #530750


#530750 Border Color

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

This div border color is #530750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530750


Comments

No comments written yet.

Please login to write comment.