Color Hex Logo

#5646ef Color Hex

#5646EF
(86,70,239)
0 Favorites   0 Comments

Color spaces of #5646ef

RGB 8670239
HSL0.680.840.61
HSV246°71°94°
CMYK 0.640.710.00   0.06
XYZ21.607912.590782.9527
Yxy12.59070.18440.1075
Hunter Lab35.483446.6032-113.7692
CIE-Lab42.139954.5571-82.4229

#5646ef color RGB value is (86,70,239).

#5646ef hex color red value is 86, green value is 70 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5646ef hue: 0.68 , saturation: 0.84 and the lightness value of 5646ef is 0.61.

The process color (four color CMYK) of #5646ef color hex is 0.64, 0.71, 0.00, 0.06. Web safe color of #5646ef is #6633ff. Color #5646ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01000110 11101111
Octal 126 106 357
Decimal 86 70 239
Hex 56 46 EF

RGB Percentages of Color #5646ef

%21.77
%17.72
%60.51

CMYK Percentages of Color #5646ef

%64
%71
%0
%6

Triadic Colors of #5646ef

#5646ef #ef5646 #46ef56

Analogous Colors of #5646ef

#5646ef #ab46ef #468bef

Monochromatic Colors of #5646ef

#5646ef

Complementary Color

#5646ef #dfef46

#5646ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5646ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5646ef Color CSS Codes

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

#5646ef Text Font Color

<p style="color:#5646ef">Text here</p>

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


#5646ef Background Color

<div style="background-color:#5646ef">
Div content here</div>

This div background color is #5646ef


#5646ef Border Color

<div style="border:3px solid #5646ef">
Div here</div>

This div border color is #5646ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,70,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5646ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5646ef;
  -webkit-box-shadow: 1px 1px 3px 2px #5646ef;
  box-shadow:         1px 1px 3px 2px #5646ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5646ef


Comments

No comments written yet.

Please login to write comment.