Color Hex Logo

#531aec Color Hex

#531AEC
(83,26,236)
0 Favorites   0 Comments

Color spaces of #531aec

RGB 8326236
HSL0.710.850.51
HSV256°89°93°
CMYK 0.650.890.00   0.07
XYZ19.07708.633980.0179
Yxy8.63390.17710.0801
Hunter Lab29.383564.4686-140.8916
CIE-Lab35.269671.7581-92.0882

#531aec color RGB value is (83,26,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011010 11101100
Octal 123 32 354
Decimal 83 26 236
Hex 53 1A EC

RGB Percentages of Color #531aec

%24.06
%7.54
%68.41

CMYK Percentages of Color #531aec

%65
%89
%0
%7

Triadic Colors of #531aec

#531aec #ec531a #1aec53

Analogous Colors of #531aec

#531aec #bc1aec #1a4aec

Monochromatic Colors of #531aec

#531aec

Complementary Color

#531aec #b3ec1a

#531aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#531aec Color CSS Codes

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

#531aec Text Font Color

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

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


#531aec Background Color

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

This div background color is #531aec


#531aec Border Color

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

This div border color is #531aec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,26,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 #531aec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531aec


Comments

No comments written yet.

Please login to write comment.