Color Hex Logo

#530eff Color Hex

#530EFF
(83,14,255)
0 Favorites   0 Comments

Color spaces of #530eff

RGB 8314255
HSL0.711.000.53
HSV257°95°100°
CMYK 0.670.950.00   0.00
XYZ21.77439.373195.2693
Yxy9.37310.17220.0741
Hunter Lab30.615573.3752-163.0676
CIE-Lab36.692978.8169-100.4410

#530eff color RGB value is (83,14,255).

#530eff hex color red value is 83, green value is 14 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #530eff hue: 0.71 , saturation: 1.00 and the lightness value of 530eff is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00001110 11111111
Octal 123 16 377
Decimal 83 14 255
Hex 53 E FF

RGB Percentages of Color #530eff

%23.58
%3.98
%72.44

CMYK Percentages of Color #530eff

%67
%95
%0
%0

Triadic Colors of #530eff

#530eff #ff530e #0eff53

Analogous Colors of #530eff

#530eff #cc0eff #0e42ff

Monochromatic Colors of #530eff

#530eff

Complementary Color

#530eff #baff0e

#530eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#530eff Color CSS Codes

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

#530eff Text Font Color

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

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


#530eff Background Color

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

This div background color is #530eff


#530eff Border Color

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

This div border color is #530eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530eff

Related Colors


Comments

No comments written yet.

Please login to write comment.