Color Hex Logo

#5436da Color Hex

#5436DA
(84,54,218)
0 Favorites   0 Comments

Color spaces of #5436da

RGB 8454218
HSL0.700.690.53
HSV251°75°85°
CMYK 0.610.750.00   0.15
XYZ17.63029.585167.2506
Yxy9.58510.18660.1015
Hunter Lab30.959847.4679-107.1173
CIE-Lab37.087256.3276-78.7941

#5436da color RGB value is (84,54,218).

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

The process color (four color CMYK) of #5436da color hex is 0.61, 0.75, 0.00, 0.15. Web safe color of #5436da is #6633cc. Color #5436da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00110110 11011010
Octal 124 66 332
Decimal 84 54 218
Hex 54 36 DA

RGB Percentages of Color #5436da

%23.60
%15.17
%61.24

CMYK Percentages of Color #5436da

%61
%75
%0
%15

Triadic Colors of #5436da

#5436da #da5436 #36da54

Analogous Colors of #5436da

#5436da #a636da #366ada

Monochromatic Colors of #5436da

#5436da

Complementary Color

#5436da #bcda36

#5436da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5436da Color Preview on White Background

Lorem ipsum dolor sit amet.

#5436da Color CSS Codes

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

#5436da Text Font Color

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

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


#5436da Background Color

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

This div background color is #5436da


#5436da Border Color

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

This div border color is #5436da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5436da


Comments

No comments written yet.

Please login to write comment.