Color Hex Logo

#5453eb Color Hex

#5453EB
(84,83,235)
0 Favorites   0 Comments

Color spaces of #5453eb

RGB 8483235
HSL0.670.790.62
HSV240°65°92°
CMYK 0.640.650.00   0.08
XYZ21.744814.069580.1669
Yxy14.06950.18750.1213
Hunter Lab37.509337.8382-100.4611
CIE-Lab44.332445.7498-76.5746

#5453eb color RGB value is (84,83,235).

#5453eb hex color red value is 84, green value is 83 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5453eb hue: 0.67 , saturation: 0.79 and the lightness value of 5453eb is 0.62.

The process color (four color CMYK) of #5453eb color hex is 0.64, 0.65, 0.00, 0.08. Web safe color of #5453eb is #6666ff. Color #5453eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01010011 11101011
Octal 124 123 353
Decimal 84 83 235
Hex 54 53 EB

RGB Percentages of Color #5453eb

%20.90
%20.65
%58.46

CMYK Percentages of Color #5453eb

%64
%65
%0
%8

Triadic Colors of #5453eb

#5453eb #eb5453 #53eb54

Analogous Colors of #5453eb

#5453eb #a053eb #539eeb

Monochromatic Colors of #5453eb

#5453eb

Complementary Color

#5453eb #eaeb53

#5453eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5453eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5453eb Color CSS Codes

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

#5453eb Text Font Color

<p style="color:#5453eb">Text here</p>

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


#5453eb Background Color

<div style="background-color:#5453eb">
Div content here</div>

This div background color is #5453eb


#5453eb Border Color

<div style="border:3px solid #5453eb">
Div here</div>

This div border color is #5453eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,83,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5453eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5453eb;
  -webkit-box-shadow: 1px 1px 3px 2px #5453eb;
  box-shadow:         1px 1px 3px 2px #5453eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5453eb


Comments

No comments written yet.

Please login to write comment.