Color Hex Logo

#531eb7 Color Hex

#531EB7
(83,30,183)
0 Favorites   0 Comments

Color spaces of #531eb7

RGB 8330183
HSL0.720.720.42
HSV261°84°72°
CMYK 0.550.840.00   0.28
XYZ12.57886.186445.3309
Yxy6.18640.19620.0965
Hunter Lab24.872546.7463-90.6472
CIE-Lab29.877957.0527-70.2396

#531eb7 color RGB value is (83,30,183).

#531eb7 hex color red value is 83, green value is 30 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #531eb7 hue: 0.72 , saturation: 0.72 and the lightness value of 531eb7 is 0.42.

The process color (four color CMYK) of #531eb7 color hex is 0.55, 0.84, 0.00, 0.28. Web safe color of #531eb7 is #6633cc. Color #531eb7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011110 10110111
Octal 123 36 267
Decimal 83 30 183
Hex 53 1E B7

RGB Percentages of Color #531eb7

%28.04
%10.14
%61.82

CMYK Percentages of Color #531eb7

%55
%84
%0
%28

Triadic Colors of #531eb7

#531eb7 #b7531e #1eb753

Analogous Colors of #531eb7

#531eb7 #a01eb7 #1e36b7

Monochromatic Colors of #531eb7

#531eb7

Complementary Color

#531eb7 #82b71e

#531eb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531eb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531eb7 Color CSS Codes

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

#531eb7 Text Font Color

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

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


#531eb7 Background Color

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

This div background color is #531eb7


#531eb7 Border Color

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

This div border color is #531eb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531eb7


Comments

No comments written yet.

Please login to write comment.