Color Hex Logo

#5436eb Color Hex

#5436EB
(84,54,235)
0 Favorites   0 Comments

Color spaces of #5436eb

RGB 8454235
HSL0.690.820.57
HSV250°77°92°
CMYK 0.640.770.00   0.08
XYZ19.970710.521379.5755
Yxy10.52130.18140.0956
Hunter Lab32.436653.1358-122.7486
CIE-Lab38.762261.2057-85.7333

#5436eb color RGB value is (84,54,235).

#5436eb hex color red value is 84, green value is 54 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5436eb hue: 0.69 , saturation: 0.82 and the lightness value of 5436eb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 00110110 11101011
Octal 124 66 353
Decimal 84 54 235
Hex 54 36 EB

RGB Percentages of Color #5436eb

%22.52
%14.48
%63.00

CMYK Percentages of Color #5436eb

%64
%77
%0
%8

Triadic Colors of #5436eb

#5436eb #eb5436 #36eb54

Analogous Colors of #5436eb

#5436eb #af36eb #3673eb

Monochromatic Colors of #5436eb

#5436eb

Complementary Color

#5436eb #cdeb36

#5436eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5436eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5436eb Color CSS Codes

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

#5436eb Text Font Color

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

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


#5436eb Background Color

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

This div background color is #5436eb


#5436eb Border Color

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

This div border color is #5436eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,54,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 #5436eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5436eb


Comments

No comments written yet.

Please login to write comment.