Color Hex Logo

#531dbd Color Hex

#531DBD
(83,29,189)
0 Favorites   0 Comments

Color spaces of #531dbd

RGB 8329189
HSL0.720.730.43
HSV260°85°74°
CMYK 0.560.850.00   0.26
XYZ13.19206.391948.6826
Yxy6.39190.19320.0936
Hunter Lab25.282248.8956-96.4694
CIE-Lab30.380458.9618-72.9668

#531dbd color RGB value is (83,29,189).

#531dbd hex color red value is 83, green value is 29 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #531dbd hue: 0.72 , saturation: 0.73 and the lightness value of 531dbd is 0.43.

The process color (four color CMYK) of #531dbd color hex is 0.56, 0.85, 0.00, 0.26. Web safe color of #531dbd is #6633cc. Color #531dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011101 10111101
Octal 123 35 275
Decimal 83 29 189
Hex 53 1D BD

RGB Percentages of Color #531dbd

%27.57
%9.63
%62.79

CMYK Percentages of Color #531dbd

%56
%85
%0
%26

Triadic Colors of #531dbd

#531dbd #bd531d #1dbd53

Analogous Colors of #531dbd

#531dbd #a31dbd #1d37bd

Monochromatic Colors of #531dbd

#531dbd

Complementary Color

#531dbd #87bd1d

#531dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#531dbd Color CSS Codes

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

#531dbd Text Font Color

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

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


#531dbd Background Color

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

This div background color is #531dbd


#531dbd Border Color

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

This div border color is #531dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531dbd


Comments

No comments written yet.

Please login to write comment.