Color Hex Logo

#535cab Color Hex

#535CAB
(83,92,171)
0 Favorites   0 Comments

Color spaces of #535cab

RGB 8392171
HSL0.650.350.50
HSV234°51°67°
CMYK 0.510.460.00   0.33
XYZ14.745112.433640.1508
Yxy12.43360.21900.1847
Hunter Lab35.261312.9354-42.8285
CIE-Lab41.897119.1056-43.5968

#535cab color RGB value is (83,92,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011100 10101011
Octal 123 134 253
Decimal 83 92 171
Hex 53 5C AB

RGB Percentages of Color #535cab

%23.99
%26.59
%49.42

CMYK Percentages of Color #535cab

%51
%46
%0
%33

Triadic Colors of #535cab

#535cab #ab535c #5cab53

Analogous Colors of #535cab

#535cab #7653ab #5388ab

Monochromatic Colors of #535cab

#535cab

Complementary Color

#535cab #aba253

#535cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#535cab Color CSS Codes

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

#535cab Text Font Color

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

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


#535cab Background Color

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

This div background color is #535cab


#535cab Border Color

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

This div border color is #535cab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,92,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 #535cab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535cab


Comments

No comments written yet.

Please login to write comment.