Color Hex Logo

#531bef Color Hex

#531BEF
(83,27,239)
0 Favorites   0 Comments

Color spaces of #531bef

RGB 8327239
HSL0.710.870.52
HSV256°89°94°
CMYK 0.650.890.00   0.06
XYZ19.53928.854982.3407
Yxy8.85490.17650.0800
Hunter Lab29.757265.1318-143.2305
CIE-Lab35.703472.2338-93.0701

#531bef color RGB value is (83,27,239).

#531bef hex color red value is 83, green value is 27 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #531bef hue: 0.71 , saturation: 0.87 and the lightness value of 531bef is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011011 11101111
Octal 123 33 357
Decimal 83 27 239
Hex 53 1B EF

RGB Percentages of Color #531bef

%23.78
%7.74
%68.48

CMYK Percentages of Color #531bef

%65
%89
%0
%6

Triadic Colors of #531bef

#531bef #ef531b #1bef53

Analogous Colors of #531bef

#531bef #bd1bef #1b4def

Monochromatic Colors of #531bef

#531bef

Complementary Color

#531bef #b7ef1b

#531bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#531bef Color CSS Codes

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

#531bef Text Font Color

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

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


#531bef Background Color

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

This div background color is #531bef


#531bef Border Color

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

This div border color is #531bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531bef


Comments

No comments written yet.

Please login to write comment.