Color Hex Logo

#5412ba Color Hex

#5412BA
(84,18,186)
0 Favorites   0 Comments

Color spaces of #5412ba

RGB 8418186
HSL0.730.820.40
HSV264°90°73°
CMYK 0.550.900.00   0.27
XYZ12.73545.862646.9147
Yxy5.86260.19440.0895
Hunter Lab24.212851.5146-97.9313
CIE-Lab29.063161.6178-73.3638

#5412ba color RGB value is (84,18,186).

#5412ba hex color red value is 84, green value is 18 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5412ba hue: 0.73 , saturation: 0.82 and the lightness value of 5412ba is 0.40.

The process color (four color CMYK) of #5412ba color hex is 0.55, 0.90, 0.00, 0.27. Web safe color of #5412ba is #6600cc. Color #5412ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00010010 10111010
Octal 124 22 272
Decimal 84 18 186
Hex 54 12 BA

RGB Percentages of Color #5412ba

%29.17
%6.25
%64.58

CMYK Percentages of Color #5412ba

%55
%90
%0
%27

Triadic Colors of #5412ba

#5412ba #ba5412 #12ba54

Analogous Colors of #5412ba

#5412ba #a812ba #1224ba

Monochromatic Colors of #5412ba

#5412ba

Complementary Color

#5412ba #78ba12

#5412ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5412ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5412ba Color CSS Codes

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

#5412ba Text Font Color

<p style="color:#5412ba">Text here</p>

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


#5412ba Background Color

<div style="background-color:#5412ba">
Div content here</div>

This div background color is #5412ba


#5412ba Border Color

<div style="border:3px solid #5412ba">
Div here</div>

This div border color is #5412ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,18,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5412ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5412ba;
  -webkit-box-shadow: 1px 1px 3px 2px #5412ba;
  box-shadow:         1px 1px 3px 2px #5412ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5412ba


Comments

No comments written yet.

Please login to write comment.