Color Hex Logo

#531cec Color Hex

#531CEC
(83,28,236)
0 Favorites   0 Comments

Color spaces of #531cec

RGB 8328236
HSL0.710.850.52
HSV256°88°93°
CMYK 0.650.880.00   0.07
XYZ19.12298.725680.0332
Yxy8.72560.17730.0809
Hunter Lab29.539163.8630-139.9627
CIE-Lab35.450571.2131-91.7878

#531cec color RGB value is (83,28,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011100 11101100
Octal 123 34 354
Decimal 83 28 236
Hex 53 1C EC

RGB Percentages of Color #531cec

%23.92
%8.07
%68.01

CMYK Percentages of Color #531cec

%65
%88
%0
%7

Triadic Colors of #531cec

#531cec #ec531c #1cec53

Analogous Colors of #531cec

#531cec #bb1cec #1c4dec

Monochromatic Colors of #531cec

#531cec

Complementary Color

#531cec #b5ec1c

#531cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#531cec Color CSS Codes

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

#531cec Text Font Color

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

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


#531cec Background Color

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

This div background color is #531cec


#531cec Border Color

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

This div border color is #531cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531cec


Comments

No comments written yet.

Please login to write comment.