Color Hex Logo

#5035ac Color Hex

#5035AC
(80,53,172)
0 Favorites   0 Comments

Color spaces of #5035ac

RGB 8053172
HSL0.700.530.44
HSV254°69°67°
CMYK 0.530.690.00   0.33
XYZ12.02787.230239.7914
Yxy7.23020.20370.1224
Hunter Lab26.889032.7895-68.9173
CIE-Lab32.325342.7275-59.6707

#5035ac color RGB value is (80,53,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110101 10101100
Octal 120 65 254
Decimal 80 53 172
Hex 50 35 AC

RGB Percentages of Color #5035ac

%26.23
%17.38
%56.39

CMYK Percentages of Color #5035ac

%53
%69
%0
%33

Triadic Colors of #5035ac

#5035ac #ac5035 #35ac50

Analogous Colors of #5035ac

#5035ac #8c35ac #3556ac

Monochromatic Colors of #5035ac

#5035ac

Complementary Color

#5035ac #91ac35

#5035ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5035ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5035ac Color CSS Codes

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

#5035ac Text Font Color

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

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


#5035ac Background Color

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

This div background color is #5035ac


#5035ac Border Color

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

This div border color is #5035ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5035ac


Comments

No comments written yet.

Please login to write comment.