Color Hex Logo

#534dbd Color Hex

#534DBD
(83,77,189)
0 Favorites   0 Comments

Color spaces of #534dbd

RGB 8377189
HSL0.680.460.52
HSV243°59°74°
CMYK 0.560.590.00   0.26
XYZ15.406510.820949.4207
Yxy10.82090.20370.1430
Hunter Lab32.895126.0343-66.0490
CIE-Lab39.277234.3569-58.3966

#534dbd color RGB value is (83,77,189).

#534dbd hex color red value is 83, green value is 77 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #534dbd hue: 0.68 , saturation: 0.46 and the lightness value of 534dbd is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001101 10111101
Octal 123 115 275
Decimal 83 77 189
Hex 53 4D BD

RGB Percentages of Color #534dbd

%23.78
%22.06
%54.15

CMYK Percentages of Color #534dbd

%56
%59
%0
%26

Triadic Colors of #534dbd

#534dbd #bd534d #4dbd53

Analogous Colors of #534dbd

#534dbd #8b4dbd #4d7fbd

Monochromatic Colors of #534dbd

#534dbd

Complementary Color

#534dbd #b7bd4d

#534dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#534dbd Color CSS Codes

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

#534dbd Text Font Color

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

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


#534dbd Background Color

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

This div background color is #534dbd


#534dbd Border Color

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

This div border color is #534dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534dbd


Comments

No comments written yet.

Please login to write comment.