Color Hex Logo

#5637fc Color Hex

#5637FC
(86,55,252)
0 Favorites   0 Comments

Color spaces of #5637fc

RGB 8655252
HSL0.690.970.60
HSV249°78°99°
CMYK 0.660.780.00   0.01
XYZ22.774611.739193.1610
Yxy11.73910.17840.0919
Hunter Lab34.262458.6919-137.2286
CIE-Lab40.798465.7358-91.9410

#5637fc color RGB value is (86,55,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00110111 11111100
Octal 126 67 374
Decimal 86 55 252
Hex 56 37 FC

RGB Percentages of Color #5637fc

%21.88
%13.99
%64.12

CMYK Percentages of Color #5637fc

%66
%78
%0
%1

Triadic Colors of #5637fc

#5637fc #fc5637 #37fc56

Analogous Colors of #5637fc

#5637fc #b937fc #377bfc

Monochromatic Colors of #5637fc

#5637fc

Complementary Color

#5637fc #ddfc37

#5637fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5637fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5637fc Color CSS Codes

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

#5637fc Text Font Color

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

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


#5637fc Background Color

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

This div background color is #5637fc


#5637fc Border Color

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

This div border color is #5637fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5637fc


Comments

No comments written yet.

Please login to write comment.