Color Hex Logo

#531bce Color Hex

#531BCE
(83,27,206)
0 Favorites   0 Comments

Color spaces of #531bce

RGB 8327206
HSL0.720.770.46
HSV259°87°81°
CMYK 0.600.870.00   0.19
XYZ15.09987.079158.9631
Yxy7.07910.18610.0872
Hunter Lab26.606654.7410-112.7685
CIE-Lab31.986363.9618-80.2834

#531bce color RGB value is (83,27,206).

#531bce hex color red value is 83, green value is 27 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #531bce hue: 0.72 , saturation: 0.77 and the lightness value of 531bce is 0.46.

The process color (four color CMYK) of #531bce color hex is 0.60, 0.87, 0.00, 0.19. Web safe color of #531bce is #6633cc. Color #531bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011011 11001110
Octal 123 33 316
Decimal 83 27 206
Hex 53 1B CE

RGB Percentages of Color #531bce

%26.27
%8.54
%65.19

CMYK Percentages of Color #531bce

%60
%87
%0
%19

Triadic Colors of #531bce

#531bce #ce531b #1bce53

Analogous Colors of #531bce

#531bce #ad1bce #1b3cce

Monochromatic Colors of #531bce

#531bce

Complementary Color

#531bce #96ce1b

#531bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#531bce Color CSS Codes

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

#531bce Text Font Color

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

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


#531bce Background Color

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

This div background color is #531bce


#531bce Border Color

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

This div border color is #531bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531bce


Comments

No comments written yet.

Please login to write comment.