Color Hex Logo

#530faf Color Hex

#530FAF
(83,15,175)
0 Favorites   0 Comments

Color spaces of #530faf

RGB 8315175
HSL0.740.840.37
HSV266°91°69°
CMYK 0.530.910.00   0.31
XYZ11.47605.275840.9709
Yxy5.27580.19880.0914
Hunter Lab22.969148.9876-89.6795
CIE-Lab27.506559.5993-69.3781

#530faf color RGB value is (83,15,175).

#530faf hex color red value is 83, green value is 15 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #530faf hue: 0.74 , saturation: 0.84 and the lightness value of 530faf is 0.37.

The process color (four color CMYK) of #530faf color hex is 0.53, 0.91, 0.00, 0.31. Web safe color of #530faf is #660099. Color #530faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00001111 10101111
Octal 123 17 257
Decimal 83 15 175
Hex 53 F AF

RGB Percentages of Color #530faf

%30.40
%5.49
%64.10

CMYK Percentages of Color #530faf

%53
%91
%0
%31

Triadic Colors of #530faf

#530faf #af530f #0faf53

Analogous Colors of #530faf

#530faf #a30faf #0f1baf

Monochromatic Colors of #530faf

#530faf

Complementary Color

#530faf #6baf0f

#530faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#530faf Color CSS Codes

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

#530faf Text Font Color

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

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


#530faf Background Color

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

This div background color is #530faf


#530faf Border Color

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

This div border color is #530faf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,15,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #530faf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #530faf;
  -webkit-box-shadow: 1px 1px 3px 2px #530faf;
  box-shadow:         1px 1px 3px 2px #530faf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530faf


Comments

No comments written yet.

Please login to write comment.