Color Hex Logo

#5431a7 Color Hex

#5431A7
(84,49,167)
0 Favorites   0 Comments

Color spaces of #5431a7

RGB 8449167
HSL0.720.550.42
HSV258°71°65°
CMYK 0.500.710.00   0.35
XYZ11.72956.871537.2673
Yxy6.87150.20990.1230
Hunter Lab26.213533.9978-65.9420
CIE-Lab31.512644.1382-57.9823

#5431a7 color RGB value is (84,49,167).

#5431a7 hex color red value is 84, green value is 49 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #5431a7 hue: 0.72 , saturation: 0.55 and the lightness value of 5431a7 is 0.42.

The process color (four color CMYK) of #5431a7 color hex is 0.50, 0.71, 0.00, 0.35. Web safe color of #5431a7 is #663399. Color #5431a7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00110001 10100111
Octal 124 61 247
Decimal 84 49 167
Hex 54 31 A7

RGB Percentages of Color #5431a7

%28.00
%16.33
%55.67

CMYK Percentages of Color #5431a7

%50
%71
%0
%35

Triadic Colors of #5431a7

#5431a7 #a75431 #31a754

Analogous Colors of #5431a7

#5431a7 #8f31a7 #3149a7

Monochromatic Colors of #5431a7

#5431a7

Complementary Color

#5431a7 #84a731

#5431a7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5431a7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5431a7 Color CSS Codes

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

#5431a7 Text Font Color

<p style="color:#5431a7">Text here</p>

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


#5431a7 Background Color

<div style="background-color:#5431a7">
Div content here</div>

This div background color is #5431a7


#5431a7 Border Color

<div style="border:3px solid #5431a7">
Div here</div>

This div border color is #5431a7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,49,167, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5431a7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5431a7;
  -webkit-box-shadow: 1px 1px 3px 2px #5431a7;
  box-shadow:         1px 1px 3px 2px #5431a7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,49,167, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5431a7


Comments

No comments written yet.

Please login to write comment.