Color Hex Logo

#531dec Color Hex

#531DEC
(83,29,236)
0 Favorites   0 Comments

Color spaces of #531dec

RGB 8329236
HSL0.710.840.52
HSV256°88°93°
CMYK 0.650.880.00   0.07
XYZ19.14708.773980.0412
Yxy8.77390.17730.0813
Hunter Lab29.620863.5469-139.4788
CIE-Lab35.545370.9277-91.6305

#531dec color RGB value is (83,29,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011101 11101100
Octal 123 35 354
Decimal 83 29 236
Hex 53 1D EC

RGB Percentages of Color #531dec

%23.85
%8.33
%67.82

CMYK Percentages of Color #531dec

%65
%88
%0
%7

Triadic Colors of #531dec

#531dec #ec531d #1dec53

Analogous Colors of #531dec

#531dec #bb1dec #1d4fec

Monochromatic Colors of #531dec

#531dec

Complementary Color

#531dec #b6ec1d

#531dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#531dec Color CSS Codes

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

#531dec Text Font Color

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

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


#531dec Background Color

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

This div background color is #531dec


#531dec Border Color

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

This div border color is #531dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531dec


Comments

No comments written yet.

Please login to write comment.