Color Hex Logo

#535aba Color Hex

#535ABA
(83,90,186)
0 Favorites   0 Comments

Color spaces of #535aba

RGB 8390186
HSL0.660.430.53
HSV236°55°73°
CMYK 0.550.520.00   0.27
XYZ16.086412.696548.0572
Yxy12.69650.20930.1652
Hunter Lab35.632118.2289-55.0221
CIE-Lab42.302325.2700-51.7540

#535aba color RGB value is (83,90,186).

#535aba hex color red value is 83, green value is 90 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #535aba hue: 0.66 , saturation: 0.43 and the lightness value of 535aba is 0.53.

The process color (four color CMYK) of #535aba color hex is 0.55, 0.52, 0.00, 0.27. Web safe color of #535aba is #6666cc. Color #535aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011010 10111010
Octal 123 132 272
Decimal 83 90 186
Hex 53 5A BA

RGB Percentages of Color #535aba

%23.12
%25.07
%51.81

CMYK Percentages of Color #535aba

%55
%52
%0
%27

Triadic Colors of #535aba

#535aba #ba535a #5aba53

Analogous Colors of #535aba

#535aba #8053ba #538eba

Monochromatic Colors of #535aba

#535aba

Complementary Color

#535aba #bab353

#535aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#535aba Color CSS Codes

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

#535aba Text Font Color

<p style="color:#535aba">Text here</p>

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


#535aba Background Color

<div style="background-color:#535aba">
Div content here</div>

This div background color is #535aba


#535aba Border Color

<div style="border:3px solid #535aba">
Div here</div>

This div border color is #535aba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,90,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #535aba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #535aba;
  -webkit-box-shadow: 1px 1px 3px 2px #535aba;
  box-shadow:         1px 1px 3px 2px #535aba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535aba


Comments

No comments written yet.

Please login to write comment.