Color Hex Logo

#5335ac Color Hex

#5335AC
(83,53,172)
0 Favorites   0 Comments

Color spaces of #5335ac

RGB 8353172
HSL0.710.530.44
HSV255°69°67°
CMYK 0.520.690.00   0.33
XYZ12.28687.363839.8035
Yxy7.36380.20670.1239
Hunter Lab27.136333.3328-67.9710
CIE-Lab32.621243.2414-59.1751

#5335ac color RGB value is (83,53,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110101 10101100
Octal 123 65 254
Decimal 83 53 172
Hex 53 35 AC

RGB Percentages of Color #5335ac

%26.95
%17.21
%55.84

CMYK Percentages of Color #5335ac

%52
%69
%0
%33

Triadic Colors of #5335ac

#5335ac #ac5335 #35ac53

Analogous Colors of #5335ac

#5335ac #8f35ac #3553ac

Monochromatic Colors of #5335ac

#5335ac

Complementary Color

#5335ac #8eac35

#5335ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5335ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5335ac Color CSS Codes

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

#5335ac Text Font Color

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

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


#5335ac Background Color

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

This div background color is #5335ac


#5335ac Border Color

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

This div border color is #5335ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5335ac


Comments

No comments written yet.

Please login to write comment.