Color Hex Logo

#5335ad Color Hex

#5335AD
(83,53,173)
0 Favorites   0 Comments

Color spaces of #5335ad

RGB 8353173
HSL0.710.530.44
HSV255°69°68°
CMYK 0.520.690.00   0.32
XYZ12.38327.402340.3113
Yxy7.40230.20610.1232
Hunter Lab27.207233.6308-68.8016
CIE-Lab32.705743.5363-59.6349

#5335ad color RGB value is (83,53,173).

#5335ad hex color red value is 83, green value is 53 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5335ad hue: 0.71 , saturation: 0.53 and the lightness value of 5335ad is 0.44.

The process color (four color CMYK) of #5335ad color hex is 0.52, 0.69, 0.00, 0.32. Web safe color of #5335ad is #663399. Color #5335ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110101 10101101
Octal 123 65 255
Decimal 83 53 173
Hex 53 35 AD

RGB Percentages of Color #5335ad

%26.86
%17.15
%55.99

CMYK Percentages of Color #5335ad

%52
%69
%0
%32

Triadic Colors of #5335ad

#5335ad #ad5335 #35ad53

Analogous Colors of #5335ad

#5335ad #8f35ad #3553ad

Monochromatic Colors of #5335ad

#5335ad

Complementary Color

#5335ad #8fad35

#5335ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5335ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5335ad Color CSS Codes

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

#5335ad Text Font Color

<p style="color:#5335ad">Text here</p>

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


#5335ad Background Color

<div style="background-color:#5335ad">
Div content here</div>

This div background color is #5335ad


#5335ad Border Color

<div style="border:3px solid #5335ad">
Div here</div>

This div border color is #5335ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5335ad


Comments

No comments written yet.

Please login to write comment.