Color Hex Logo

#535caf Color Hex

#535CAF
(83,92,175)
0 Favorites   0 Comments

Color spaces of #535caf

RGB 8392175
HSL0.650.370.51
HSV234°53°69°
CMYK 0.530.470.00   0.31
XYZ15.132312.588442.1897
Yxy12.58840.21650.1801
Hunter Lab35.480114.0401-45.6661
CIE-Lab42.136420.4055-45.5720

#535caf color RGB value is (83,92,175).

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

The process color (four color CMYK) of #535caf color hex is 0.53, 0.47, 0.00, 0.31. Web safe color of #535caf is #666699. Color #535caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011100 10101111
Octal 123 134 257
Decimal 83 92 175
Hex 53 5C AF

RGB Percentages of Color #535caf

%23.71
%26.29
%50.00

CMYK Percentages of Color #535caf

%53
%47
%0
%31

Triadic Colors of #535caf

#535caf #af535c #5caf53

Analogous Colors of #535caf

#535caf #7853af #538aaf

Monochromatic Colors of #535caf

#535caf

Complementary Color

#535caf #afa653

#535caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#535caf Color CSS Codes

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

#535caf Text Font Color

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

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


#535caf Background Color

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

This div background color is #535caf


#535caf Border Color

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

This div border color is #535caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535caf


Comments

No comments written yet.

Please login to write comment.