Color Hex Logo

#534dbb Color Hex

#534DBB
(83,77,187)
0 Favorites   0 Comments

Color spaces of #534dbb

RGB 8377187
HSL0.680.450.52
HSV243°59°73°
CMYK 0.560.590.00   0.27
XYZ15.190810.734648.2851
Yxy10.73460.20470.1447
Hunter Lab32.763725.4246-64.4433
CIE-Lab39.129833.7137-57.4642

#534dbb color RGB value is (83,77,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001101 10111011
Octal 123 115 273
Decimal 83 77 187
Hex 53 4D BB

RGB Percentages of Color #534dbb

%23.92
%22.19
%53.89

CMYK Percentages of Color #534dbb

%56
%59
%0
%27

Triadic Colors of #534dbb

#534dbb #bb534d #4dbb53

Analogous Colors of #534dbb

#534dbb #8a4dbb #4d7ebb

Monochromatic Colors of #534dbb

#534dbb

Complementary Color

#534dbb #b5bb4d

#534dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#534dbb Color CSS Codes

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

#534dbb Text Font Color

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

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


#534dbb Background Color

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

This div background color is #534dbb


#534dbb Border Color

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

This div border color is #534dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534dbb


Comments

No comments written yet.

Please login to write comment.