Color Hex Logo

#530788 Color Hex

#530788
(83,7,136)
0 Favorites   0 Comments

Color spaces of #530788

RGB 837136
HSL0.760.900.28
HSV275°95°53°
CMYK 0.390.950.00   0.47
XYZ8.08723.768523.5937
Yxy3.76850.22810.1063
Hunter Lab19.412640.3901-58.4710
CIE-Lab22.890952.2829-53.0742

#530788 color RGB value is (83,7,136).

#530788 hex color red value is 83, green value is 7 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #530788 hue: 0.76 , saturation: 0.90 and the lightness value of 530788 is 0.28.

The process color (four color CMYK) of #530788 color hex is 0.39, 0.95, 0.00, 0.47. Web safe color of #530788 is #660099. Color #530788 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000111 10001000
Octal 123 7 210
Decimal 83 7 136
Hex 53 7 88

RGB Percentages of Color #530788

%36.73
%3.10
%60.18

CMYK Percentages of Color #530788

%39
%95
%0
%47

Triadic Colors of #530788

#530788 #885307 #078853

Analogous Colors of #530788

#530788 #88077d #130788

Monochromatic Colors of #530788

#530788

Complementary Color

#530788 #3c8807

#530788 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530788 Color Preview on White Background

Lorem ipsum dolor sit amet.

#530788 Color CSS Codes

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

#530788 Text Font Color

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

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


#530788 Background Color

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

This div background color is #530788


#530788 Border Color

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

This div border color is #530788


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530788


Comments

No comments written yet.

Please login to write comment.