Color Hex Logo

#534fbc Color Hex

#534FBC
(83,79,188)
0 Favorites   0 Comments

Color spaces of #534fbc

RGB 8379188
HSL0.670.450.52
HSV242°58°74°
CMYK 0.560.580.00   0.26
XYZ15.440411.061848.8983
Yxy11.06180.20480.1467
Hunter Lab33.259324.6637-63.8876
CIE-Lab39.684432.8015-57.1510

#534fbc color RGB value is (83,79,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001111 10111100
Octal 123 117 274
Decimal 83 79 188
Hex 53 4F BC

RGB Percentages of Color #534fbc

%23.71
%22.57
%53.71

CMYK Percentages of Color #534fbc

%56
%58
%0
%26

Triadic Colors of #534fbc

#534fbc #bc534f #4fbc53

Analogous Colors of #534fbc

#534fbc #8a4fbc #4f82bc

Monochromatic Colors of #534fbc

#534fbc

Complementary Color

#534fbc #b8bc4f

#534fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#534fbc Color CSS Codes

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

#534fbc Text Font Color

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

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


#534fbc Background Color

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

This div background color is #534fbc


#534fbc Border Color

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

This div border color is #534fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534fbc


Comments

No comments written yet.

Please login to write comment.