Color Hex Logo

#535fae Color Hex

#535FAE
(83,95,174)
0 Favorites   0 Comments

Color spaces of #535fae

RGB 8395174
HSL0.640.360.50
HSV232°52°68°
CMYK 0.520.450.00   0.32
XYZ15.299513.079441.7626
Yxy13.07940.21810.1865
Hunter Lab36.165512.2234-43.1502
CIE-Lab42.882618.1834-43.7917

#535fae color RGB value is (83,95,174).

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

The process color (four color CMYK) of #535fae color hex is 0.52, 0.45, 0.00, 0.32. Web safe color of #535fae is #666699. Color #535fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011111 10101110
Octal 123 137 256
Decimal 83 95 174
Hex 53 5F AE

RGB Percentages of Color #535fae

%23.58
%26.99
%49.43

CMYK Percentages of Color #535fae

%52
%45
%0
%32

Triadic Colors of #535fae

#535fae #ae535f #5fae53

Analogous Colors of #535fae

#535fae #7553ae #538dae

Monochromatic Colors of #535fae

#535fae

Complementary Color

#535fae #aea253

#535fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#535fae Color CSS Codes

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

#535fae Text Font Color

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

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


#535fae Background Color

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

This div background color is #535fae


#535fae Border Color

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

This div border color is #535fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535fae


Comments

No comments written yet.

Please login to write comment.