Color Hex Logo

#535fab Color Hex

#535FAB
(83,95,171)
0 Favorites   0 Comments

Color spaces of #535fab

RGB 8395171
HSL0.640.350.50
HSV232°51°67°
CMYK 0.510.440.00   0.33
XYZ15.010212.963740.2392
Yxy12.96370.22000.1900
Hunter Lab36.005111.4060-41.0587
CIE-Lab42.708517.2088-42.3031

#535fab color RGB value is (83,95,171).

#535fab hex color red value is 83, green value is 95 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #535fab hue: 0.64 , saturation: 0.35 and the lightness value of 535fab is 0.50.

The process color (four color CMYK) of #535fab color hex is 0.51, 0.44, 0.00, 0.33. Web safe color of #535fab is #666699. Color #535fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011111 10101011
Octal 123 137 253
Decimal 83 95 171
Hex 53 5F AB

RGB Percentages of Color #535fab

%23.78
%27.22
%49.00

CMYK Percentages of Color #535fab

%51
%44
%0
%33

Triadic Colors of #535fab

#535fab #ab535f #5fab53

Analogous Colors of #535fab

#535fab #7353ab #538bab

Monochromatic Colors of #535fab

#535fab

Complementary Color

#535fab #ab9f53

#535fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#535fab Color CSS Codes

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

#535fab Text Font Color

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

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


#535fab Background Color

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

This div background color is #535fab


#535fab Border Color

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

This div border color is #535fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535fab


Comments

No comments written yet.

Please login to write comment.