Color Hex Logo

#5450c8 Color Hex

#5450C8
(84,80,200)
0 Favorites   0 Comments

Color spaces of #5450c8

RGB 8480200
HSL0.670.520.55
HSV242°60°78°
CMYK 0.580.600.00   0.22
XYZ16.950111.792356.0263
Yxy11.79230.20000.1391
Hunter Lab34.339928.0123-72.6949
CIE-Lab40.884136.2470-62.1897

#5450c8 color RGB value is (84,80,200).

#5450c8 hex color red value is 84, green value is 80 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #5450c8 hue: 0.67 , saturation: 0.52 and the lightness value of 5450c8 is 0.55.

The process color (four color CMYK) of #5450c8 color hex is 0.58, 0.60, 0.00, 0.22. Web safe color of #5450c8 is #6666cc. Color #5450c8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01010000 11001000
Octal 124 120 310
Decimal 84 80 200
Hex 54 50 C8

RGB Percentages of Color #5450c8

%23.08
%21.98
%54.95

CMYK Percentages of Color #5450c8

%58
%60
%0
%22

Triadic Colors of #5450c8

#5450c8 #c85450 #50c854

Analogous Colors of #5450c8

#5450c8 #9050c8 #5088c8

Monochromatic Colors of #5450c8

#5450c8

Complementary Color

#5450c8 #c4c850

#5450c8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5450c8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5450c8 Color CSS Codes

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

#5450c8 Text Font Color

<p style="color:#5450c8">Text here</p>

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


#5450c8 Background Color

<div style="background-color:#5450c8">
Div content here</div>

This div background color is #5450c8


#5450c8 Border Color

<div style="border:3px solid #5450c8">
Div here</div>

This div border color is #5450c8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,80,200, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5450c8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5450c8;
  -webkit-box-shadow: 1px 1px 3px 2px #5450c8;
  box-shadow:         1px 1px 3px 2px #5450c8; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5450c8


Comments

No comments written yet.

Please login to write comment.