Color Hex Logo

#531cfe Color Hex

#531CFE
(83,28,254)
0 Favorites   0 Comments

Color spaces of #531cfe

RGB 8328254
HSL0.710.990.55
HSV255°89°100°
CMYK 0.670.890.00   0.00
XYZ21.87199.825394.5096
Yxy9.82530.17330.0779
Hunter Lab31.345369.6980-156.8241
CIE-Lab37.527075.6781-98.4931

#531cfe color RGB value is (83,28,254).

#531cfe hex color red value is 83, green value is 28 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #531cfe hue: 0.71 , saturation: 0.99 and the lightness value of 531cfe is 0.55.

The process color (four color CMYK) of #531cfe color hex is 0.67, 0.89, 0.00, 0.00. Web safe color of #531cfe is #6633ff. Color #531cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011100 11111110
Octal 123 34 376
Decimal 83 28 254
Hex 53 1C FE

RGB Percentages of Color #531cfe

%22.74
%7.67
%69.59

CMYK Percentages of Color #531cfe

%67
%89
%0
%0

Triadic Colors of #531cfe

#531cfe #fe531c #1cfe53

Analogous Colors of #531cfe

#531cfe #c41cfe #1c56fe

Monochromatic Colors of #531cfe

#531cfe

Complementary Color

#531cfe #c7fe1c

#531cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#531cfe Color CSS Codes

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

#531cfe Text Font Color

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

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


#531cfe Background Color

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

This div background color is #531cfe


#531cfe Border Color

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

This div border color is #531cfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,28,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #531cfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #531cfe;
  -webkit-box-shadow: 1px 1px 3px 2px #531cfe;
  box-shadow:         1px 1px 3px 2px #531cfe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531cfe


Comments

No comments written yet.

Please login to write comment.