Color Hex Logo

#5453de Color Hex

#5453DE
(84,83,222)
0 Favorites   0 Comments

Color spaces of #5453de

RGB 8483222
HSL0.670.680.60
HSV240°63°87°
CMYK 0.620.630.00   0.13
XYZ19.934213.345370.6325
Yxy13.34530.19180.1284
Hunter Lab36.531233.4735-89.0644
CIE-Lab43.279041.5558-70.9272

#5453de color RGB value is (84,83,222).

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

The process color (four color CMYK) of #5453de color hex is 0.62, 0.63, 0.00, 0.13. Web safe color of #5453de is #6666cc. Color #5453de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01010011 11011110
Octal 124 123 336
Decimal 84 83 222
Hex 54 53 DE

RGB Percentages of Color #5453de

%21.59
%21.34
%57.07

CMYK Percentages of Color #5453de

%62
%63
%0
%13

Triadic Colors of #5453de

#5453de #de5453 #53de54

Analogous Colors of #5453de

#5453de #9a53de #5398de

Monochromatic Colors of #5453de

#5453de

Complementary Color

#5453de #ddde53

#5453de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5453de Color Preview on White Background

Lorem ipsum dolor sit amet.

#5453de Color CSS Codes

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

#5453de Text Font Color

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

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


#5453de Background Color

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

This div background color is #5453de


#5453de Border Color

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

This div border color is #5453de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5453de


Comments

No comments written yet.

Please login to write comment.