Color Hex Logo

#5637fe Color Hex

#5637FE
(86,55,254)
0 Favorites   0 Comments

Color spaces of #5637fe

RGB 8655254
HSL0.690.990.61
HSV249°78°100°
CMYK 0.660.780.00   0.00
XYZ23.093311.866694.8393
Yxy11.86660.17790.0914
Hunter Lab34.447959.3794-139.1190
CIE-Lab41.003366.2946-92.7211

#5637fe color RGB value is (86,55,254).

#5637fe hex color red value is 86, green value is 55 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #5637fe hue: 0.69 , saturation: 0.99 and the lightness value of 5637fe is 0.61.

The process color (four color CMYK) of #5637fe color hex is 0.66, 0.78, 0.00, 0.00. Web safe color of #5637fe is #6633ff. Color #5637fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00110111 11111110
Octal 126 67 376
Decimal 86 55 254
Hex 56 37 FE

RGB Percentages of Color #5637fe

%21.77
%13.92
%64.30

CMYK Percentages of Color #5637fe

%66
%78
%0
%0

Triadic Colors of #5637fe

#5637fe #fe5637 #37fe56

Analogous Colors of #5637fe

#5637fe #ba37fe #377cfe

Monochromatic Colors of #5637fe

#5637fe

Complementary Color

#5637fe #dffe37

#5637fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5637fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5637fe Color CSS Codes

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

#5637fe Text Font Color

<p style="color:#5637fe">Text here</p>

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


#5637fe Background Color

<div style="background-color:#5637fe">
Div content here</div>

This div background color is #5637fe


#5637fe Border Color

<div style="border:3px solid #5637fe">
Div here</div>

This div border color is #5637fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,55,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5637fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5637fe;
  -webkit-box-shadow: 1px 1px 3px 2px #5637fe;
  box-shadow:         1px 1px 3px 2px #5637fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,55,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5637fe


Comments

No comments written yet.

Please login to write comment.