Color Hex Logo

#5651ec Color Hex

#5651EC
(86,81,236)
0 Favorites   0 Comments

Color spaces of #5651ec

RGB 8681236
HSL0.670.800.62
HSV242°66°93°
CMYK 0.640.660.00   0.07
XYZ21.920513.919480.8883
Yxy13.91940.18780.1192
Hunter Lab37.308739.5863-102.4294
CIE-Lab44.117147.4993-77.4860

#5651ec color RGB value is (86,81,236).

#5651ec hex color red value is 86, green value is 81 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5651ec hue: 0.67 , saturation: 0.80 and the lightness value of 5651ec is 0.62.

The process color (four color CMYK) of #5651ec color hex is 0.64, 0.66, 0.00, 0.07. Web safe color of #5651ec is #6666ff. Color #5651ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010001 11101100
Octal 126 121 354
Decimal 86 81 236
Hex 56 51 EC

RGB Percentages of Color #5651ec

%21.34
%20.10
%58.56

CMYK Percentages of Color #5651ec

%64
%66
%0
%7

Triadic Colors of #5651ec

#5651ec #ec5651 #51ec56

Analogous Colors of #5651ec

#5651ec #a451ec #519aec

Monochromatic Colors of #5651ec

#5651ec

Complementary Color

#5651ec #e7ec51

#5651ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5651ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5651ec Color CSS Codes

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

#5651ec Text Font Color

<p style="color:#5651ec">Text here</p>

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


#5651ec Background Color

<div style="background-color:#5651ec">
Div content here</div>

This div background color is #5651ec


#5651ec Border Color

<div style="border:3px solid #5651ec">
Div here</div>

This div border color is #5651ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,81,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5651ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5651ec;
  -webkit-box-shadow: 1px 1px 3px 2px #5651ec;
  box-shadow:         1px 1px 3px 2px #5651ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5651ec


Comments

No comments written yet.

Please login to write comment.