Color Hex Logo

#5735ac Color Hex

#5735AC
(87,53,172)
0 Favorites   0 Comments

Color spaces of #5735ac

RGB 8753172
HSL0.710.530.44
HSV257°69°67°
CMYK 0.490.690.00   0.33
XYZ12.65007.551039.8205
Yxy7.55100.21080.1258
Hunter Lab27.479134.0841-66.6830
CIE-Lab33.029743.9473-58.4911

#5735ac color RGB value is (87,53,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110101 10101100
Octal 127 65 254
Decimal 87 53 172
Hex 57 35 AC

RGB Percentages of Color #5735ac

%27.88
%16.99
%55.13

CMYK Percentages of Color #5735ac

%49
%69
%0
%33

Triadic Colors of #5735ac

#5735ac #ac5735 #35ac57

Analogous Colors of #5735ac

#5735ac #9335ac #354fac

Monochromatic Colors of #5735ac

#5735ac

Complementary Color

#5735ac #8aac35

#5735ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5735ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5735ac Color CSS Codes

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

#5735ac Text Font Color

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

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


#5735ac Background Color

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

This div background color is #5735ac


#5735ac Border Color

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

This div border color is #5735ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,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 #5735ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5735ac


Comments

No comments written yet.

Please login to write comment.