Color Hex Logo

#534dbe Color Hex

#534DBE
(83,77,190)
0 Favorites   0 Comments

Color spaces of #534dbe

RGB 8377190
HSL0.680.470.52
HSV243°59°75°
CMYK 0.560.590.00   0.25
XYZ15.515410.864549.9945
Yxy10.86450.20310.1423
Hunter Lab32.961326.3403-66.8559
CIE-Lab39.351334.6781-58.8613

#534dbe color RGB value is (83,77,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001101 10111110
Octal 123 115 276
Decimal 83 77 190
Hex 53 4D BE

RGB Percentages of Color #534dbe

%23.71
%22.00
%54.29

CMYK Percentages of Color #534dbe

%56
%59
%0
%25

Triadic Colors of #534dbe

#534dbe #be534d #4dbe53

Analogous Colors of #534dbe

#534dbe #8c4dbe #4d80be

Monochromatic Colors of #534dbe

#534dbe

Complementary Color

#534dbe #b8be4d

#534dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#534dbe Color CSS Codes

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

#534dbe Text Font Color

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

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


#534dbe Background Color

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

This div background color is #534dbe


#534dbe Border Color

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

This div border color is #534dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534dbe


Comments

No comments written yet.

Please login to write comment.