Color Hex Logo

#535ead Color Hex

#535EAD
(83,94,173)
0 Favorites   0 Comments

Color spaces of #535ead

RGB 8394173
HSL0.650.350.50
HSV233°52°68°
CMYK 0.520.460.00   0.32
XYZ15.112812.861541.2212
Yxy12.86150.21840.1859
Hunter Lab35.862912.4606-43.0444
CIE-Lab42.553818.4899-43.7279

#535ead color RGB value is (83,94,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011110 10101101
Octal 123 136 255
Decimal 83 94 173
Hex 53 5E AD

RGB Percentages of Color #535ead

%23.71
%26.86
%49.43

CMYK Percentages of Color #535ead

%52
%46
%0
%32

Triadic Colors of #535ead

#535ead #ad535e #5ead53

Analogous Colors of #535ead

#535ead #7553ad #538bad

Monochromatic Colors of #535ead

#535ead

Complementary Color

#535ead #ada253

#535ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#535ead Color CSS Codes

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

#535ead Text Font Color

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

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


#535ead Background Color

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

This div background color is #535ead


#535ead Border Color

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

This div border color is #535ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535ead


Comments

No comments written yet.

Please login to write comment.