Color Hex Logo

#5431ce Color Hex

#5431CE
(84,49,206)
0 Favorites   0 Comments

Color spaces of #5431ce

RGB 8449206
HSL0.700.620.50
HSV253°76°81°
CMYK 0.590.760.00   0.19
XYZ15.89508.537759.2027
Yxy8.53770.19010.1021
Hunter Lab29.219345.9682-99.6767
CIE-Lab35.078555.3059-75.1725

#5431ce color RGB value is (84,49,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 00110001 11001110
Octal 124 61 316
Decimal 84 49 206
Hex 54 31 CE

RGB Percentages of Color #5431ce

%24.78
%14.45
%60.77

CMYK Percentages of Color #5431ce

%59
%76
%0
%19

Triadic Colors of #5431ce

#5431ce #ce5431 #31ce54

Analogous Colors of #5431ce

#5431ce #a331ce #315cce

Monochromatic Colors of #5431ce

#5431ce

Complementary Color

#5431ce #abce31

#5431ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5431ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5431ce Color CSS Codes

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

#5431ce Text Font Color

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

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


#5431ce Background Color

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

This div background color is #5431ce


#5431ce Border Color

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

This div border color is #5431ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5431ce


Comments

No comments written yet.

Please login to write comment.