Color Hex Logo

#5645ef Color Hex

#5645EF
(86,69,239)
0 Favorites   0 Comments

Color spaces of #5645ef

RGB 8669239
HSL0.680.840.60
HSV246°71°94°
CMYK 0.640.710.00   0.06
XYZ21.545912.466782.9321
Yxy12.46670.18420.1066
Hunter Lab35.308247.1355-114.5449
CIE-Lab41.948555.0904-82.7380

#5645ef color RGB value is (86,69,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01000101 11101111
Octal 126 105 357
Decimal 86 69 239
Hex 56 45 EF

RGB Percentages of Color #5645ef

%21.83
%17.51
%60.66

CMYK Percentages of Color #5645ef

%64
%71
%0
%6

Triadic Colors of #5645ef

#5645ef #ef5645 #45ef56

Analogous Colors of #5645ef

#5645ef #ab45ef #4589ef

Monochromatic Colors of #5645ef

#5645ef

Complementary Color

#5645ef #deef45

#5645ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5645ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5645ef Color CSS Codes

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

#5645ef Text Font Color

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

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


#5645ef Background Color

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

This div background color is #5645ef


#5645ef Border Color

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

This div border color is #5645ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,69,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 #5645ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5645ef


Comments

No comments written yet.

Please login to write comment.