Color Hex Logo

#530afd Color Hex

#530AFD
(83,10,253)
0 Favorites   0 Comments

Color spaces of #530afd

RGB 8310253
HSL0.720.980.52
HSV258°96°99°
CMYK 0.670.960.00   0.01
XYZ21.40549.147993.5660
Yxy9.14790.17250.0737
Hunter Lab30.245573.3987-162.2448
CIE-Lab36.267578.9131-100.0276

#530afd color RGB value is (83,10,253).

#530afd hex color red value is 83, green value is 10 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #530afd hue: 0.72 , saturation: 0.98 and the lightness value of 530afd is 0.52.

The process color (four color CMYK) of #530afd color hex is 0.67, 0.96, 0.00, 0.01. Web safe color of #530afd is #6600ff. Color #530afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00001010 11111101
Octal 123 12 375
Decimal 83 10 253
Hex 53 A FD

RGB Percentages of Color #530afd

%23.99
%2.89
%73.12

CMYK Percentages of Color #530afd

%67
%96
%0
%1

Triadic Colors of #530afd

#530afd #fd530a #0afd53

Analogous Colors of #530afd

#530afd #cd0afd #0a3afd

Monochromatic Colors of #530afd

#530afd

Complementary Color

#530afd #b4fd0a

#530afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#530afd Color CSS Codes

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

#530afd Text Font Color

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

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


#530afd Background Color

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

This div background color is #530afd


#530afd Border Color

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

This div border color is #530afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530afd


Comments

No comments written yet.

Please login to write comment.