Color Hex Logo

#535dad Color Hex

#535DAD
(83,93,173)
0 Favorites   0 Comments

Color spaces of #535dad

RGB 8393173
HSL0.650.350.50
HSV233°52°68°
CMYK 0.520.460.00   0.32
XYZ15.024512.684841.1917
Yxy12.68480.21810.1841
Hunter Lab35.615712.9727-43.6414
CIE-Lab42.284419.1225-44.1579

#535dad color RGB value is (83,93,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011101 10101101
Octal 123 135 255
Decimal 83 93 173
Hex 53 5D AD

RGB Percentages of Color #535dad

%23.78
%26.65
%49.57

CMYK Percentages of Color #535dad

%52
%46
%0
%32

Triadic Colors of #535dad

#535dad #ad535d #5dad53

Analogous Colors of #535dad

#535dad #7653ad #538aad

Monochromatic Colors of #535dad

#535dad

Complementary Color

#535dad #ada353

#535dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#535dad Color CSS Codes

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

#535dad Text Font Color

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

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


#535dad Background Color

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

This div background color is #535dad


#535dad Border Color

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

This div border color is #535dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535dad


Comments

No comments written yet.

Please login to write comment.