Color Hex Logo

#5420bc Color Hex

#5420BC
(84,32,188)
0 Favorites   0 Comments

Color spaces of #5420bc

RGB 8432188
HSL0.720.710.43
HSV260°83°74°
CMYK 0.550.830.00   0.26
XYZ13.24986.548748.1426
Yxy6.54870.19500.0964
Hunter Lab25.590447.6376-93.6274
CIE-Lab30.756657.7178-71.7506

#5420bc color RGB value is (84,32,188).

#5420bc hex color red value is 84, green value is 32 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5420bc hue: 0.72 , saturation: 0.71 and the lightness value of 5420bc is 0.43.

The process color (four color CMYK) of #5420bc color hex is 0.55, 0.83, 0.00, 0.26. Web safe color of #5420bc is #6633cc. Color #5420bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00100000 10111100
Octal 124 40 274
Decimal 84 32 188
Hex 54 20 BC

RGB Percentages of Color #5420bc

%27.63
%10.53
%61.84

CMYK Percentages of Color #5420bc

%55
%83
%0
%26

Triadic Colors of #5420bc

#5420bc #bc5420 #20bc54

Analogous Colors of #5420bc

#5420bc #a220bc #203abc

Monochromatic Colors of #5420bc

#5420bc

Complementary Color

#5420bc #88bc20

#5420bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5420bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5420bc Color CSS Codes

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

#5420bc Text Font Color

<p style="color:#5420bc">Text here</p>

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


#5420bc Background Color

<div style="background-color:#5420bc">
Div content here</div>

This div background color is #5420bc


#5420bc Border Color

<div style="border:3px solid #5420bc">
Div here</div>

This div border color is #5420bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,32,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5420bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5420bc;
  -webkit-box-shadow: 1px 1px 3px 2px #5420bc;
  box-shadow:         1px 1px 3px 2px #5420bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5420bc


Comments

No comments written yet.

Please login to write comment.