Color Hex Logo

#5453ed Color Hex

#5453ED
(84,83,237)
0 Favorites   0 Comments

Color spaces of #5453ed

RGB 8483237
HSL0.670.810.63
HSV240°65°93°
CMYK 0.650.650.00   0.07
XYZ22.035514.185881.6975
Yxy14.18580.18690.1203
Hunter Lab37.664038.5201-102.2418
CIE-Lab44.498246.3919-77.4309

#5453ed color RGB value is (84,83,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01010011 11101101
Octal 124 123 355
Decimal 84 83 237
Hex 54 53 ED

RGB Percentages of Color #5453ed

%20.79
%20.54
%58.66

CMYK Percentages of Color #5453ed

%65
%65
%0
%7

Triadic Colors of #5453ed

#5453ed #ed5453 #53ed54

Analogous Colors of #5453ed

#5453ed #a153ed #539fed

Monochromatic Colors of #5453ed

#5453ed

Complementary Color

#5453ed #eced53

#5453ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5453ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5453ed Color CSS Codes

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

#5453ed Text Font Color

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

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


#5453ed Background Color

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

This div background color is #5453ed


#5453ed Border Color

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

This div border color is #5453ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5453ed


Comments

No comments written yet.

Please login to write comment.