Color Hex Logo

#5436ce Color Hex

#5436CE
(84,54,206)
0 Favorites   0 Comments

Color spaces of #5436ce

RGB 8454206
HSL0.700.610.51
HSV252°74°81°
CMYK 0.590.740.00   0.19
XYZ16.11598.979459.2763
Yxy8.97940.19100.1064
Hunter Lab29.965643.5597-96.3081
CIE-Lab35.944652.8430-73.7469

#5436ce color RGB value is (84,54,206).

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

The process color (four color CMYK) of #5436ce color hex is 0.59, 0.74, 0.00, 0.19. Web safe color of #5436ce is #6633cc. Color #5436ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00110110 11001110
Octal 124 66 316
Decimal 84 54 206
Hex 54 36 CE

RGB Percentages of Color #5436ce

%24.42
%15.70
%59.88

CMYK Percentages of Color #5436ce

%59
%74
%0
%19

Triadic Colors of #5436ce

#5436ce #ce5436 #36ce54

Analogous Colors of #5436ce

#5436ce #a036ce #3664ce

Monochromatic Colors of #5436ce

#5436ce

Complementary Color

#5436ce #b0ce36

#5436ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5436ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5436ce Color CSS Codes

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

#5436ce Text Font Color

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

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


#5436ce Background Color

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

This div background color is #5436ce


#5436ce Border Color

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

This div border color is #5436ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5436ce


Comments

No comments written yet.

Please login to write comment.